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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46897",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46895",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46896,
    "results": [
        {
            "start": 875175012,
            "stop": 875175017
        },
        {
            "start": 875175018,
            "stop": 875175024
        },
        {
            "start": 875175025,
            "stop": 875175036
        },
        {
            "start": 875175040,
            "stop": 875175051
        },
        {
            "start": 875175053,
            "stop": 875175059
        },
        {
            "start": 875175060,
            "stop": 875175080
        },
        {
            "start": 875175081,
            "stop": 875175156
        },
        {
            "start": 875175157,
            "stop": 875175161
        },
        {
            "start": 875175163,
            "stop": 875175183
        },
        {
            "start": 875175184,
            "stop": 875175201
        },
        {
            "start": 875175202,
            "stop": 875175220
        },
        {
            "start": 875175221,
            "stop": 875175268
        },
        {
            "start": 875175269,
            "stop": 875175280
        },
        {
            "start": 875175281,
            "stop": 875175312
        },
        {
            "start": 875175315,
            "stop": 875175321
        },
        {
            "start": 875175322,
            "stop": 875175327
        },
        {
            "start": 875175329,
            "stop": 875175352
        },
        {
            "start": 875175353,
            "stop": 875175358
        },
        {
            "start": 875175359,
            "stop": 875175361
        },
        {
            "start": 875175362,
            "stop": 875175363
        }
    ]
}