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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=114",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 115,
    "results": [
        {
            "start": 1238744569,
            "stop": 1238745392
        },
        {
            "start": 1238745395,
            "stop": 1238750126
        },
        {
            "start": 1238750129,
            "stop": 1238750626
        },
        {
            "start": 1238750631,
            "stop": 1238752506
        },
        {
            "start": 1238752511,
            "stop": 1238755753
        },
        {
            "start": 1238755757,
            "stop": 1238760990
        },
        {
            "start": 1238760993,
            "stop": 1238764685
        },
        {
            "start": 1238764690,
            "stop": 1238768110
        },
        {
            "start": 1238768205,
            "stop": 1238768374
        },
        {
            "start": 1238768378,
            "stop": 1238769589
        },
        {
            "start": 1238769693,
            "stop": 1238770007
        },
        {
            "start": 1238770084,
            "stop": 1238770886
        },
        {
            "start": 1238770891,
            "stop": 1238771355
        },
        {
            "start": 1238771446,
            "stop": 1238772909
        },
        {
            "start": 1238773020,
            "stop": 1238773765
        },
        {
            "start": 1238773768,
            "stop": 1238776215
        },
        {
            "start": 1238776219,
            "stop": 1238776347
        },
        {
            "start": 1238776351,
            "stop": 1238776938
        },
        {
            "start": 1238776943,
            "stop": 1238780241
        },
        {
            "start": 1238780246,
            "stop": 1238780251
        }
    ]
}