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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10233",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10231",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10232,
    "results": [
        {
            "start": 874294160,
            "stop": 874294178
        },
        {
            "start": 874294266,
            "stop": 874294292
        },
        {
            "start": 874294397,
            "stop": 874294426
        },
        {
            "start": 874294464,
            "stop": 874294922
        },
        {
            "start": 874294958,
            "stop": 874295065
        },
        {
            "start": 874295200,
            "stop": 874296178
        },
        {
            "start": 874296227,
            "stop": 874296320
        },
        {
            "start": 874296356,
            "stop": 874296688
        },
        {
            "start": 874296696,
            "stop": 874297169
        },
        {
            "start": 874297239,
            "stop": 874297279
        },
        {
            "start": 874297287,
            "stop": 874297568
        },
        {
            "start": 874297575,
            "stop": 874298028
        },
        {
            "start": 874298150,
            "stop": 874298160
        },
        {
            "start": 874298417,
            "stop": 874298767
        },
        {
            "start": 874298885,
            "stop": 874298906
        },
        {
            "start": 874298949,
            "stop": 874299120
        },
        {
            "start": 874299180,
            "stop": 874299243
        },
        {
            "start": 874299279,
            "stop": 874299303
        },
        {
            "start": 874299363,
            "stop": 874299372
        },
        {
            "start": 874299408,
            "stop": 874299907
        }
    ]
}