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/H2_BURST_CAT3E/segments?format=api&page=46649
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=46650",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46648",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46649,
    "results": [
        {
            "start": 875031188,
            "stop": 875031199
        },
        {
            "start": 875031200,
            "stop": 875031204
        },
        {
            "start": 875031205,
            "stop": 875031252
        },
        {
            "start": 875031253,
            "stop": 875031265
        },
        {
            "start": 875031266,
            "stop": 875031293
        },
        {
            "start": 875031295,
            "stop": 875031335
        },
        {
            "start": 875031336,
            "stop": 875031342
        },
        {
            "start": 875031343,
            "stop": 875031349
        },
        {
            "start": 875031350,
            "stop": 875031356
        },
        {
            "start": 875031358,
            "stop": 875031394
        },
        {
            "start": 875031395,
            "stop": 875031399
        },
        {
            "start": 875031401,
            "stop": 875031402
        },
        {
            "start": 875031404,
            "stop": 875031411
        },
        {
            "start": 875031413,
            "stop": 875031416
        },
        {
            "start": 875031417,
            "stop": 875031463
        },
        {
            "start": 875031464,
            "stop": 875031506
        },
        {
            "start": 875031507,
            "stop": 875031519
        },
        {
            "start": 875031520,
            "stop": 875031527
        },
        {
            "start": 875031529,
            "stop": 875031543
        },
        {
            "start": 875031544,
            "stop": 875031548
        }
    ]
}