Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=72
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=71",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 72,
    "results": [
        {
            "start": 942839381,
            "stop": 942839526
        },
        {
            "start": 942839532,
            "stop": 942846033
        },
        {
            "start": 942846041,
            "stop": 942853070
        },
        {
            "start": 942857042,
            "stop": 942859272
        },
        {
            "start": 942861879,
            "stop": 942862851
        },
        {
            "start": 942865987,
            "stop": 942867311
        },
        {
            "start": 942867314,
            "stop": 942867448
        },
        {
            "start": 942867451,
            "stop": 942867514
        },
        {
            "start": 942868794,
            "stop": 942868810
        },
        {
            "start": 942868815,
            "stop": 942869051
        },
        {
            "start": 942869054,
            "stop": 942869362
        },
        {
            "start": 942871287,
            "stop": 942871629
        },
        {
            "start": 942871633,
            "stop": 942871634
        },
        {
            "start": 942871637,
            "stop": 942871976
        },
        {
            "start": 942871982,
            "stop": 942871997
        },
        {
            "start": 942872002,
            "stop": 942872100
        },
        {
            "start": 942872105,
            "stop": 942872362
        },
        {
            "start": 942872365,
            "stop": 942872768
        },
        {
            "start": 942872774,
            "stop": 942872819
        },
        {
            "start": 942872833,
            "stop": 942872834
        }
    ]
}