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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=362",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=360",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 361,
    "results": [
        {
            "start": 858741462,
            "stop": 858742525
        },
        {
            "start": 858742529,
            "stop": 858742559
        },
        {
            "start": 858742562,
            "stop": 858742574
        },
        {
            "start": 858742578,
            "stop": 858742655
        },
        {
            "start": 858742659,
            "stop": 858742685
        },
        {
            "start": 858742688,
            "stop": 858742694
        },
        {
            "start": 858742703,
            "stop": 858743006
        },
        {
            "start": 858743010,
            "stop": 858743394
        },
        {
            "start": 858743398,
            "stop": 858745010
        },
        {
            "start": 858745019,
            "stop": 858745479
        },
        {
            "start": 858745484,
            "stop": 858745509
        },
        {
            "start": 858745513,
            "stop": 858745651
        },
        {
            "start": 858745665,
            "stop": 858746077
        },
        {
            "start": 858746081,
            "stop": 858746097
        },
        {
            "start": 858746102,
            "stop": 858769303
        },
        {
            "start": 858769307,
            "stop": 858769313
        },
        {
            "start": 858769317,
            "stop": 858776937
        },
        {
            "start": 858776940,
            "stop": 858777077
        },
        {
            "start": 858778422,
            "stop": 858783028
        },
        {
            "start": 858783032,
            "stop": 858783038
        }
    ]
}