Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=352
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=353",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=351",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 352,
    "results": [
        {
            "start": 1240724110,
            "stop": 1240724118
        },
        {
            "start": 1240724119,
            "stop": 1240724148
        },
        {
            "start": 1240724149,
            "stop": 1240724218
        },
        {
            "start": 1240724219,
            "stop": 1240724351
        },
        {
            "start": 1240724353,
            "stop": 1240724368
        },
        {
            "start": 1240724369,
            "stop": 1240724457
        },
        {
            "start": 1240724458,
            "stop": 1240724525
        },
        {
            "start": 1240724527,
            "stop": 1240724582
        },
        {
            "start": 1240724583,
            "stop": 1240724588
        },
        {
            "start": 1240724589,
            "stop": 1240724607
        },
        {
            "start": 1240724610,
            "stop": 1240724643
        },
        {
            "start": 1240724644,
            "stop": 1240724726
        },
        {
            "start": 1240724727,
            "stop": 1240724730
        },
        {
            "start": 1240724731,
            "stop": 1240724750
        },
        {
            "start": 1240724751,
            "stop": 1240724757
        },
        {
            "start": 1240724758,
            "stop": 1240724849
        },
        {
            "start": 1240724850,
            "stop": 1240724911
        },
        {
            "start": 1240724912,
            "stop": 1240724916
        },
        {
            "start": 1240724919,
            "stop": 1240724933
        },
        {
            "start": 1240724934,
            "stop": 1240724952
        }
    ]
}