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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=238",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=236",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 237,
    "results": [
        {
            "start": 934466569,
            "stop": 934466583
        },
        {
            "start": 934466585,
            "stop": 934466615
        },
        {
            "start": 934466618,
            "stop": 934466631
        },
        {
            "start": 934466637,
            "stop": 934468020
        },
        {
            "start": 934468023,
            "stop": 934468628
        },
        {
            "start": 934468632,
            "stop": 934468639
        },
        {
            "start": 934468643,
            "stop": 934470133
        },
        {
            "start": 934470136,
            "stop": 934470154
        },
        {
            "start": 934470157,
            "stop": 934470158
        },
        {
            "start": 934470160,
            "stop": 934470167
        },
        {
            "start": 934470169,
            "stop": 934470211
        },
        {
            "start": 934470213,
            "stop": 934470216
        },
        {
            "start": 934470220,
            "stop": 934470234
        },
        {
            "start": 934470238,
            "stop": 934473734
        },
        {
            "start": 934473736,
            "stop": 934473756
        },
        {
            "start": 934473759,
            "stop": 934473763
        },
        {
            "start": 934473765,
            "stop": 934473788
        },
        {
            "start": 934473791,
            "stop": 934473808
        },
        {
            "start": 934473810,
            "stop": 934473814
        },
        {
            "start": 934473816,
            "stop": 934473831
        }
    ]
}