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_CBCHIGH_CAT4/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_CBCHIGH_CAT4/segments?format=api&page=204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=202",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 203,
    "results": [
        {
            "start": 820164771,
            "stop": 820165133
        },
        {
            "start": 820165136,
            "stop": 820165139
        },
        {
            "start": 820165142,
            "stop": 820165177
        },
        {
            "start": 820165180,
            "stop": 820165570
        },
        {
            "start": 820165573,
            "stop": 820165789
        },
        {
            "start": 820165792,
            "stop": 820166357
        },
        {
            "start": 820166360,
            "stop": 820166522
        },
        {
            "start": 820166526,
            "stop": 820167519
        },
        {
            "start": 820167522,
            "stop": 820167641
        },
        {
            "start": 820167644,
            "stop": 820167925
        },
        {
            "start": 820167928,
            "stop": 820168123
        },
        {
            "start": 820168127,
            "stop": 820168530
        },
        {
            "start": 820168534,
            "stop": 820168764
        },
        {
            "start": 820168767,
            "stop": 820168895
        },
        {
            "start": 820168898,
            "stop": 820169024
        },
        {
            "start": 820169027,
            "stop": 820169697
        },
        {
            "start": 820169700,
            "stop": 820169791
        },
        {
            "start": 820169794,
            "stop": 820170021
        },
        {
            "start": 820170024,
            "stop": 820170156
        },
        {
            "start": 820170159,
            "stop": 820170509
        }
    ]
}