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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46987",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46985",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46986,
    "results": [
        {
            "start": 875217160,
            "stop": 875217174
        },
        {
            "start": 875217179,
            "stop": 875217186
        },
        {
            "start": 875217192,
            "stop": 875217205
        },
        {
            "start": 875217209,
            "stop": 875217211
        },
        {
            "start": 875217212,
            "stop": 875217250
        },
        {
            "start": 875217251,
            "stop": 875217252
        },
        {
            "start": 875217256,
            "stop": 875217305
        },
        {
            "start": 875217308,
            "stop": 875217328
        },
        {
            "start": 875217332,
            "stop": 875217338
        },
        {
            "start": 875217342,
            "stop": 875217358
        },
        {
            "start": 875217359,
            "stop": 875217360
        },
        {
            "start": 875217361,
            "stop": 875217428
        },
        {
            "start": 875217431,
            "stop": 875217434
        },
        {
            "start": 875217437,
            "stop": 875217440
        },
        {
            "start": 875217441,
            "stop": 875217467
        },
        {
            "start": 875217471,
            "stop": 875217506
        },
        {
            "start": 875217509,
            "stop": 875217512
        },
        {
            "start": 875217513,
            "stop": 875217528
        },
        {
            "start": 875217531,
            "stop": 875217539
        },
        {
            "start": 875217542,
            "stop": 875217544
        }
    ]
}