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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=486",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=484",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 485,
    "results": [
        {
            "start": 863904843,
            "stop": 863907259
        },
        {
            "start": 863908074,
            "stop": 863909248
        },
        {
            "start": 863910509,
            "stop": 863913064
        },
        {
            "start": 863916077,
            "stop": 863924524
        },
        {
            "start": 863924526,
            "stop": 863931067
        },
        {
            "start": 863931068,
            "stop": 863931452
        },
        {
            "start": 863934934,
            "stop": 863940516
        },
        {
            "start": 863942210,
            "stop": 863955433
        },
        {
            "start": 863955676,
            "stop": 863955934
        },
        {
            "start": 863955936,
            "stop": 863956952
        },
        {
            "start": 863956954,
            "stop": 863959216
        },
        {
            "start": 863960210,
            "stop": 863961050
        },
        {
            "start": 863961234,
            "stop": 863961302
        },
        {
            "start": 863961304,
            "stop": 863961315
        },
        {
            "start": 863961318,
            "stop": 863961416
        },
        {
            "start": 863961417,
            "stop": 863961428
        },
        {
            "start": 863961430,
            "stop": 863961439
        },
        {
            "start": 863961441,
            "stop": 863962669
        },
        {
            "start": 863962672,
            "stop": 863963042
        },
        {
            "start": 863963044,
            "stop": 863963298
        }
    ]
}