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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=271",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 272,
    "results": [
        {
            "start": 847381830,
            "stop": 847383641
        },
        {
            "start": 847383751,
            "stop": 847383752
        },
        {
            "start": 847384052,
            "stop": 847384202
        },
        {
            "start": 847384204,
            "stop": 847384374
        },
        {
            "start": 847394954,
            "stop": 847395196
        },
        {
            "start": 847395496,
            "stop": 847395577
        },
        {
            "start": 847395948,
            "stop": 847402405
        },
        {
            "start": 847404803,
            "stop": 847416831
        },
        {
            "start": 847425715,
            "stop": 847425821
        },
        {
            "start": 847426121,
            "stop": 847426357
        },
        {
            "start": 847426820,
            "stop": 847427053
        },
        {
            "start": 847427353,
            "stop": 847427376
        },
        {
            "start": 847427804,
            "stop": 847430491
        },
        {
            "start": 847430842,
            "stop": 847432103
        },
        {
            "start": 847432213,
            "stop": 847432968
        },
        {
            "start": 847473393,
            "stop": 847473611
        },
        {
            "start": 847473911,
            "stop": 847473930
        },
        {
            "start": 847474040,
            "stop": 847474313
        },
        {
            "start": 847474993,
            "stop": 847479558
        },
        {
            "start": 847479559,
            "stop": 847479574
        }
    ]
}