Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3525
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3526",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3524",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3525,
    "results": [
        {
            "start": 970187709,
            "stop": 970188267
        },
        {
            "start": 970188270,
            "stop": 970189583
        },
        {
            "start": 970189584,
            "stop": 970190128
        },
        {
            "start": 970190131,
            "stop": 970190883
        },
        {
            "start": 970190886,
            "stop": 970191262
        },
        {
            "start": 970191263,
            "stop": 970191574
        },
        {
            "start": 970191577,
            "stop": 970191737
        },
        {
            "start": 970191740,
            "stop": 970191921
        },
        {
            "start": 970191924,
            "stop": 970192166
        },
        {
            "start": 970192169,
            "stop": 970192186
        },
        {
            "start": 970192189,
            "stop": 970192191
        },
        {
            "start": 970192194,
            "stop": 970192390
        },
        {
            "start": 970192408,
            "stop": 970192493
        },
        {
            "start": 970192496,
            "stop": 970193172
        },
        {
            "start": 970193175,
            "stop": 970193237
        },
        {
            "start": 970193238,
            "stop": 970193826
        },
        {
            "start": 970193835,
            "stop": 970193839
        },
        {
            "start": 970193848,
            "stop": 970193851
        },
        {
            "start": 970193857,
            "stop": 970193868
        },
        {
            "start": 970193874,
            "stop": 970194629
        }
    ]
}