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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8191",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8189",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8190,
    "results": [
        {
            "start": 971321819,
            "stop": 971321933
        },
        {
            "start": 971321950,
            "stop": 971322585
        },
        {
            "start": 971322588,
            "stop": 971322774
        },
        {
            "start": 971322777,
            "stop": 971323009
        },
        {
            "start": 971323012,
            "stop": 971324351
        },
        {
            "start": 971324354,
            "stop": 971325653
        },
        {
            "start": 971325670,
            "stop": 971326534
        },
        {
            "start": 971326537,
            "stop": 971326741
        },
        {
            "start": 971326744,
            "stop": 971327431
        },
        {
            "start": 971327434,
            "stop": 971327475
        },
        {
            "start": 971327478,
            "stop": 971328086
        },
        {
            "start": 971328089,
            "stop": 971328751
        },
        {
            "start": 971328754,
            "stop": 971329211
        },
        {
            "start": 971329214,
            "stop": 971329723
        },
        {
            "start": 971329726,
            "stop": 971330956
        },
        {
            "start": 971330959,
            "stop": 971331532
        },
        {
            "start": 971331535,
            "stop": 971332683
        },
        {
            "start": 971332686,
            "stop": 971334038
        },
        {
            "start": 971334041,
            "stop": 971334555
        },
        {
            "start": 971334558,
            "stop": 971334863
        }
    ]
}