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=23
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=24",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=22",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 23,
    "results": [
        {
            "start": 1238371452,
            "stop": 1238371453
        },
        {
            "start": 1238371454,
            "stop": 1238371489
        },
        {
            "start": 1238371497,
            "stop": 1238371661
        },
        {
            "start": 1238371664,
            "stop": 1238371717
        },
        {
            "start": 1238371718,
            "stop": 1238371719
        },
        {
            "start": 1238371720,
            "stop": 1238371734
        },
        {
            "start": 1238371736,
            "stop": 1238371779
        },
        {
            "start": 1238371782,
            "stop": 1238371934
        },
        {
            "start": 1238371935,
            "stop": 1238371939
        },
        {
            "start": 1238371940,
            "stop": 1238372333
        },
        {
            "start": 1238372334,
            "stop": 1238372335
        },
        {
            "start": 1238372336,
            "stop": 1238372459
        },
        {
            "start": 1238372460,
            "stop": 1238372549
        },
        {
            "start": 1238372550,
            "stop": 1238372572
        },
        {
            "start": 1238372573,
            "stop": 1238372576
        },
        {
            "start": 1238372577,
            "stop": 1238372658
        },
        {
            "start": 1238372660,
            "stop": 1238372661
        },
        {
            "start": 1238372664,
            "stop": 1238372763
        },
        {
            "start": 1238372766,
            "stop": 1238372767
        },
        {
            "start": 1238372768,
            "stop": 1238372769
        }
    ]
}