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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=21",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 22,
    "results": [
        {
            "start": 819791652,
            "stop": 819801999
        },
        {
            "start": 819803753,
            "stop": 819822551
        },
        {
            "start": 819823046,
            "stop": 819825402
        },
        {
            "start": 819827551,
            "stop": 819828245
        },
        {
            "start": 819828488,
            "stop": 819829986
        },
        {
            "start": 819830689,
            "stop": 819837762
        },
        {
            "start": 819839073,
            "stop": 819841253
        },
        {
            "start": 819841372,
            "stop": 819842655
        },
        {
            "start": 819843526,
            "stop": 819847154
        },
        {
            "start": 819847379,
            "stop": 819849475
        },
        {
            "start": 819850670,
            "stop": 819850783
        },
        {
            "start": 819850869,
            "stop": 819856874
        },
        {
            "start": 819857006,
            "stop": 819881027
        },
        {
            "start": 819882118,
            "stop": 819887416
        },
        {
            "start": 819888765,
            "stop": 819894217
        },
        {
            "start": 819894360,
            "stop": 819901752
        },
        {
            "start": 819902363,
            "stop": 819909125
        },
        {
            "start": 819909314,
            "stop": 819913633
        },
        {
            "start": 819913759,
            "stop": 819914477
        },
        {
            "start": 819914670,
            "stop": 819916252
        }
    ]
}