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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=27",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 28,
    "results": [
        {
            "start": 1238450550,
            "stop": 1238451131
        },
        {
            "start": 1238451134,
            "stop": 1238451857
        },
        {
            "start": 1238451858,
            "stop": 1238452133
        },
        {
            "start": 1238452136,
            "stop": 1238452689
        },
        {
            "start": 1238452692,
            "stop": 1238452932
        },
        {
            "start": 1238452935,
            "stop": 1238454297
        },
        {
            "start": 1238454300,
            "stop": 1238456351
        },
        {
            "start": 1238456352,
            "stop": 1238459867
        },
        {
            "start": 1238459870,
            "stop": 1238460707
        },
        {
            "start": 1238460710,
            "stop": 1238460845
        },
        {
            "start": 1238460848,
            "stop": 1238464510
        },
        {
            "start": 1238464513,
            "stop": 1238465649
        },
        {
            "start": 1238465652,
            "stop": 1238465852
        },
        {
            "start": 1238465855,
            "stop": 1238467521
        },
        {
            "start": 1238467524,
            "stop": 1238467898
        },
        {
            "start": 1238467901,
            "stop": 1238468446
        },
        {
            "start": 1238468449,
            "stop": 1238468626
        },
        {
            "start": 1238468629,
            "stop": 1238470591
        },
        {
            "start": 1238470594,
            "stop": 1238470654
        },
        {
            "start": 1238470656,
            "stop": 1238472052
        }
    ]
}