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=198
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=199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=197",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 198,
    "results": [
        {
            "start": 833292305,
            "stop": 833292308
        },
        {
            "start": 833292309,
            "stop": 833292318
        },
        {
            "start": 833292320,
            "stop": 833292351
        },
        {
            "start": 833292353,
            "stop": 833292355
        },
        {
            "start": 833292357,
            "stop": 833292473
        },
        {
            "start": 833301300,
            "stop": 833301709
        },
        {
            "start": 833301711,
            "stop": 833301985
        },
        {
            "start": 833301987,
            "stop": 833302018
        },
        {
            "start": 833302020,
            "stop": 833303509
        },
        {
            "start": 833303511,
            "stop": 833303833
        },
        {
            "start": 833303835,
            "stop": 833303966
        },
        {
            "start": 833304175,
            "stop": 833307243
        },
        {
            "start": 833307435,
            "stop": 833307758
        },
        {
            "start": 833308046,
            "stop": 833309857
        },
        {
            "start": 833310116,
            "stop": 833310301
        },
        {
            "start": 833310583,
            "stop": 833313134
        },
        {
            "start": 833316051,
            "stop": 833345109
        },
        {
            "start": 833345218,
            "stop": 833346407
        },
        {
            "start": 833346409,
            "stop": 833348843
        },
        {
            "start": 833348845,
            "stop": 833348849
        }
    ]
}