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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=954",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=952",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 953,
    "results": [
        {
            "start": 1251662254,
            "stop": 1251662257
        },
        {
            "start": 1251662262,
            "stop": 1251662414
        },
        {
            "start": 1251671182,
            "stop": 1251671708
        },
        {
            "start": 1251678301,
            "stop": 1251680248
        },
        {
            "start": 1251680256,
            "stop": 1251682218
        },
        {
            "start": 1251682223,
            "stop": 1251682274
        },
        {
            "start": 1251682279,
            "stop": 1251682290
        },
        {
            "start": 1251682295,
            "stop": 1251682348
        },
        {
            "start": 1251682353,
            "stop": 1251682417
        },
        {
            "start": 1251682422,
            "stop": 1251682428
        },
        {
            "start": 1251682433,
            "stop": 1251682437
        },
        {
            "start": 1251682440,
            "stop": 1251682480
        },
        {
            "start": 1251682485,
            "stop": 1251682508
        },
        {
            "start": 1251682513,
            "stop": 1251682550
        },
        {
            "start": 1251682555,
            "stop": 1251682580
        },
        {
            "start": 1251682585,
            "stop": 1251682594
        },
        {
            "start": 1251682599,
            "stop": 1251682702
        },
        {
            "start": 1251682707,
            "stop": 1251682729
        },
        {
            "start": 1251682734,
            "stop": 1251682777
        },
        {
            "start": 1251682782,
            "stop": 1251682924
        }
    ]
}