Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=418
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=419",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=417",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 418,
    "results": [
        {
            "start": 869601526,
            "stop": 869603778
        },
        {
            "start": 869604524,
            "stop": 869604810
        },
        {
            "start": 869605303,
            "stop": 869605514
        },
        {
            "start": 869605519,
            "stop": 869606252
        },
        {
            "start": 869606273,
            "stop": 869608334
        },
        {
            "start": 869608358,
            "stop": 869613600
        },
        {
            "start": 869615351,
            "stop": 869616210
        },
        {
            "start": 869616938,
            "stop": 869617081
        },
        {
            "start": 869619199,
            "stop": 869648699
        },
        {
            "start": 869649019,
            "stop": 869661184
        },
        {
            "start": 869661294,
            "stop": 869661899
        },
        {
            "start": 869662199,
            "stop": 869667734
        },
        {
            "start": 869667756,
            "stop": 869667988
        },
        {
            "start": 869668288,
            "stop": 869669697
        },
        {
            "start": 869669718,
            "stop": 869682014
        },
        {
            "start": 869682036,
            "stop": 869683530
        },
        {
            "start": 869683590,
            "stop": 869720292
        },
        {
            "start": 869722360,
            "stop": 869724285
        },
        {
            "start": 869724585,
            "stop": 869757962
        },
        {
            "start": 869757983,
            "stop": 869762954
        }
    ]
}