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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=263",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 264,
    "results": [
        {
            "start": 934140328,
            "stop": 934140383
        },
        {
            "start": 934140386,
            "stop": 934140421
        },
        {
            "start": 934140425,
            "stop": 934140748
        },
        {
            "start": 934140751,
            "stop": 934140773
        },
        {
            "start": 934140778,
            "stop": 934140815
        },
        {
            "start": 934140817,
            "stop": 934141010
        },
        {
            "start": 934141016,
            "stop": 934141292
        },
        {
            "start": 934141294,
            "stop": 934142415
        },
        {
            "start": 934142655,
            "stop": 934143093
        },
        {
            "start": 934143095,
            "stop": 934143543
        },
        {
            "start": 934143545,
            "stop": 934144006
        },
        {
            "start": 934144011,
            "stop": 934144043
        },
        {
            "start": 934144048,
            "stop": 934144295
        },
        {
            "start": 934144300,
            "stop": 934144380
        },
        {
            "start": 934144382,
            "stop": 934144752
        },
        {
            "start": 934144757,
            "stop": 934144762
        },
        {
            "start": 934144767,
            "stop": 934144807
        },
        {
            "start": 934144812,
            "stop": 934145121
        },
        {
            "start": 934145124,
            "stop": 934145884
        },
        {
            "start": 934145889,
            "stop": 934146015
        }
    ]
}