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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8406",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8404",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8405,
    "results": [
        {
            "start": 875106899,
            "stop": 875106909
        },
        {
            "start": 875106928,
            "stop": 875107057
        },
        {
            "start": 875107076,
            "stop": 875107174
        },
        {
            "start": 875107193,
            "stop": 875107228
        },
        {
            "start": 875107261,
            "stop": 875107285
        },
        {
            "start": 875107309,
            "stop": 875107425
        },
        {
            "start": 875107446,
            "stop": 875107466
        },
        {
            "start": 875107522,
            "stop": 875107620
        },
        {
            "start": 875107654,
            "stop": 875107683
        },
        {
            "start": 875107702,
            "stop": 875107708
        },
        {
            "start": 875107727,
            "stop": 875107944
        },
        {
            "start": 875107962,
            "stop": 875108249
        },
        {
            "start": 875108266,
            "stop": 875108405
        },
        {
            "start": 875108424,
            "stop": 875108798
        },
        {
            "start": 875108912,
            "stop": 875109018
        },
        {
            "start": 875109087,
            "stop": 875109088
        },
        {
            "start": 875109112,
            "stop": 875109222
        },
        {
            "start": 875109427,
            "stop": 875109434
        },
        {
            "start": 875109490,
            "stop": 875109546
        },
        {
            "start": 875109565,
            "stop": 875109979
        }
    ]
}