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_CAT3/segments?format=api&page=3433
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3434",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3432",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3433,
    "results": [
        {
            "start": 969720061,
            "stop": 969720063
        },
        {
            "start": 969720103,
            "stop": 969720124
        },
        {
            "start": 969720128,
            "stop": 969720153
        },
        {
            "start": 969720587,
            "stop": 969720654
        },
        {
            "start": 969720655,
            "stop": 969720673
        },
        {
            "start": 969720695,
            "stop": 969720706
        },
        {
            "start": 969720727,
            "stop": 969720739
        },
        {
            "start": 969720760,
            "stop": 969720894
        },
        {
            "start": 969720898,
            "stop": 969720914
        },
        {
            "start": 969720917,
            "stop": 969721007
        },
        {
            "start": 969721010,
            "stop": 969721145
        },
        {
            "start": 969721151,
            "stop": 969721223
        },
        {
            "start": 969741560,
            "stop": 969741600
        },
        {
            "start": 969741640,
            "stop": 969741647
        },
        {
            "start": 969741767,
            "stop": 969741877
        },
        {
            "start": 969741882,
            "stop": 969741887
        },
        {
            "start": 969742269,
            "stop": 969742272
        },
        {
            "start": 969742274,
            "stop": 969742320
        },
        {
            "start": 969742360,
            "stop": 969742427
        },
        {
            "start": 969742489,
            "stop": 969742502
        }
    ]
}