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=20
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=21",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=19",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 20,
    "results": [
        {
            "start": 815311364,
            "stop": 815311437
        },
        {
            "start": 815311440,
            "stop": 815312234
        },
        {
            "start": 815312237,
            "stop": 815312459
        },
        {
            "start": 815312463,
            "stop": 815312517
        },
        {
            "start": 815312520,
            "stop": 815312628
        },
        {
            "start": 815312631,
            "stop": 815313012
        },
        {
            "start": 815313016,
            "stop": 815313099
        },
        {
            "start": 815313102,
            "stop": 815313249
        },
        {
            "start": 815313998,
            "stop": 815314034
        },
        {
            "start": 815314038,
            "stop": 815314551
        },
        {
            "start": 815314554,
            "stop": 815314606
        },
        {
            "start": 815314609,
            "stop": 815314673
        },
        {
            "start": 815314676,
            "stop": 815314869
        },
        {
            "start": 815314872,
            "stop": 815315992
        },
        {
            "start": 815315995,
            "stop": 815316074
        },
        {
            "start": 815316077,
            "stop": 815316283
        },
        {
            "start": 815316464,
            "stop": 815317939
        },
        {
            "start": 815317942,
            "stop": 815318667
        },
        {
            "start": 815318671,
            "stop": 815318742
        },
        {
            "start": 815318745,
            "stop": 815318863
        }
    ]
}