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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5056",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5054",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5055,
    "results": [
        {
            "start": 874604449,
            "stop": 874604469
        },
        {
            "start": 874604488,
            "stop": 874604494
        },
        {
            "start": 874604505,
            "stop": 874604577
        },
        {
            "start": 874604584,
            "stop": 874604588
        },
        {
            "start": 874604604,
            "stop": 874604632
        },
        {
            "start": 874604639,
            "stop": 874604648
        },
        {
            "start": 874604655,
            "stop": 874604684
        },
        {
            "start": 874604691,
            "stop": 874604766
        },
        {
            "start": 874604774,
            "stop": 874604776
        },
        {
            "start": 874604796,
            "stop": 874604801
        },
        {
            "start": 874604812,
            "stop": 874604845
        },
        {
            "start": 874604862,
            "stop": 874604871
        },
        {
            "start": 874604882,
            "stop": 874604883
        },
        {
            "start": 874604890,
            "stop": 874604894
        },
        {
            "start": 874604901,
            "stop": 874604914
        },
        {
            "start": 874604921,
            "stop": 874604939
        },
        {
            "start": 874604946,
            "stop": 874604954
        },
        {
            "start": 874604962,
            "stop": 874604991
        },
        {
            "start": 874604998,
            "stop": 874605014
        },
        {
            "start": 874605021,
            "stop": 874605032
        }
    ]
}