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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=202",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 203,
    "results": [
        {
            "start": 847384052,
            "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": 847483377
        },
        {
            "start": 847483470,
            "stop": 847492902
        },
        {
            "start": 847492946,
            "stop": 847518885
        },
        {
            "start": 847518887,
            "stop": 847554965
        },
        {
            "start": 847602603,
            "stop": 847604670
        }
    ]
}