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=3191
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=3192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3190",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3191,
    "results": [
        {
            "start": 870465358,
            "stop": 870465379
        },
        {
            "start": 870465383,
            "stop": 870466320
        },
        {
            "start": 870466440,
            "stop": 870466620
        },
        {
            "start": 870466680,
            "stop": 870467123
        },
        {
            "start": 870468782,
            "stop": 870469007
        },
        {
            "start": 870469015,
            "stop": 870469560
        },
        {
            "start": 870469620,
            "stop": 870472724
        },
        {
            "start": 870473145,
            "stop": 870473324
        },
        {
            "start": 870473505,
            "stop": 870474240
        },
        {
            "start": 870474300,
            "stop": 870474460
        },
        {
            "start": 870474472,
            "stop": 870474473
        },
        {
            "start": 870474479,
            "stop": 870477342
        },
        {
            "start": 870477348,
            "stop": 870477360
        },
        {
            "start": 870477420,
            "stop": 870480572
        },
        {
            "start": 870480578,
            "stop": 870480600
        },
        {
            "start": 870480660,
            "stop": 870480963
        },
        {
            "start": 870480970,
            "stop": 870481000
        },
        {
            "start": 870481003,
            "stop": 870481098
        },
        {
            "start": 870481101,
            "stop": 870483060
        },
        {
            "start": 870483180,
            "stop": 870483240
        }
    ]
}