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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3078",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3076",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3077,
    "results": [
        {
            "start": 865950540,
            "stop": 865951004
        },
        {
            "start": 865951185,
            "stop": 865951304
        },
        {
            "start": 865951485,
            "stop": 865957687
        },
        {
            "start": 865957691,
            "stop": 865957860
        },
        {
            "start": 865958043,
            "stop": 865960530
        },
        {
            "start": 865960535,
            "stop": 865965697
        },
        {
            "start": 865974877,
            "stop": 865976880
        },
        {
            "start": 865976940,
            "stop": 865979880
        },
        {
            "start": 865979940,
            "stop": 865981140
        },
        {
            "start": 865981260,
            "stop": 865982008
        },
        {
            "start": 865982319,
            "stop": 865983160
        },
        {
            "start": 865983274,
            "stop": 865984440
        },
        {
            "start": 865984560,
            "stop": 865987200
        },
        {
            "start": 865987260,
            "stop": 865990337
        },
        {
            "start": 865992600,
            "stop": 865996603
        },
        {
            "start": 865997050,
            "stop": 866005800
        },
        {
            "start": 866005860,
            "stop": 866006160
        },
        {
            "start": 866006400,
            "stop": 866031224
        },
        {
            "start": 866031405,
            "stop": 866031464
        },
        {
            "start": 866031645,
            "stop": 866032029
        }
    ]
}