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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=420",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=418",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 419,
    "results": [
        {
            "start": 854759723,
            "stop": 854773835
        },
        {
            "start": 854774004,
            "stop": 854781244
        },
        {
            "start": 854781428,
            "stop": 854807201
        },
        {
            "start": 854830994,
            "stop": 854831144
        },
        {
            "start": 854836839,
            "stop": 854837107
        },
        {
            "start": 854837109,
            "stop": 854839892
        },
        {
            "start": 854839894,
            "stop": 854847927
        },
        {
            "start": 854847972,
            "stop": 854871318
        },
        {
            "start": 854872205,
            "stop": 854876911
        },
        {
            "start": 854877082,
            "stop": 854877648
        },
        {
            "start": 854878026,
            "stop": 854888227
        },
        {
            "start": 854890839,
            "stop": 854893698
        },
        {
            "start": 854906349,
            "stop": 854907799
        },
        {
            "start": 854911504,
            "stop": 854913443
        },
        {
            "start": 854924111,
            "stop": 854929366
        },
        {
            "start": 854929470,
            "stop": 854934242
        },
        {
            "start": 854934244,
            "stop": 854955585
        },
        {
            "start": 854955586,
            "stop": 854957121
        },
        {
            "start": 854958147,
            "stop": 854974395
        },
        {
            "start": 854977674,
            "stop": 854980268
        }
    ]
}