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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=242",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=240",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 241,
    "results": [
        {
            "start": 934140386,
            "stop": 934140389
        },
        {
            "start": 934140449,
            "stop": 934140509
        },
        {
            "start": 934140689,
            "stop": 934140748
        },
        {
            "start": 934141049,
            "stop": 934141109
        },
        {
            "start": 934141169,
            "stop": 934141409
        },
        {
            "start": 934141709,
            "stop": 934141889
        },
        {
            "start": 934141949,
            "stop": 934142415
        },
        {
            "start": 934142655,
            "stop": 934142767
        },
        {
            "start": 934142949,
            "stop": 934143093
        },
        {
            "start": 934143095,
            "stop": 934143543
        },
        {
            "start": 934143545,
            "stop": 934144006
        },
        {
            "start": 934144011,
            "stop": 934144043
        },
        {
            "start": 934144048,
            "stop": 934144295
        },
        {
            "start": 934144300,
            "stop": 934144409
        },
        {
            "start": 934144469,
            "stop": 934144589
        },
        {
            "start": 934144649,
            "stop": 934144752
        },
        {
            "start": 934144757,
            "stop": 934144762
        },
        {
            "start": 934144767,
            "stop": 934144807
        },
        {
            "start": 934144812,
            "stop": 934145121
        },
        {
            "start": 934145124,
            "stop": 934145884
        }
    ]
}