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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9131",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9132,
    "results": [
        {
            "start": 875106613,
            "stop": 875106620
        },
        {
            "start": 875106639,
            "stop": 875106671
        },
        {
            "start": 875106694,
            "stop": 875106724
        },
        {
            "start": 875106743,
            "stop": 875106783
        },
        {
            "start": 875106802,
            "stop": 875106846
        },
        {
            "start": 875106865,
            "stop": 875106877
        },
        {
            "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
        }
    ]
}