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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=143",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 144,
    "results": [
        {
            "start": 1258311347,
            "stop": 1258311405
        },
        {
            "start": 1258311411,
            "stop": 1258311422
        },
        {
            "start": 1258311426,
            "stop": 1258311450
        },
        {
            "start": 1258311453,
            "stop": 1258311601
        },
        {
            "start": 1258311604,
            "stop": 1258311908
        },
        {
            "start": 1258311911,
            "stop": 1258312435
        },
        {
            "start": 1258312438,
            "stop": 1258312483
        },
        {
            "start": 1258312486,
            "stop": 1258313328
        },
        {
            "start": 1258313331,
            "stop": 1258315960
        },
        {
            "start": 1258315963,
            "stop": 1258316598
        },
        {
            "start": 1258316601,
            "stop": 1258316696
        },
        {
            "start": 1258316704,
            "stop": 1258316882
        },
        {
            "start": 1258316885,
            "stop": 1258317254
        },
        {
            "start": 1258317262,
            "stop": 1258318808
        },
        {
            "start": 1258326898,
            "stop": 1258327631
        },
        {
            "start": 1258327634,
            "stop": 1258330418
        },
        {
            "start": 1258330426,
            "stop": 1258330545
        },
        {
            "start": 1258330892,
            "stop": 1258331007
        },
        {
            "start": 1258331010,
            "stop": 1258331691
        },
        {
            "start": 1258331831,
            "stop": 1258332476
        }
    ]
}