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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2385",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2383",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2384,
    "results": [
        {
            "start": 875106324,
            "stop": 875106419
        },
        {
            "start": 875106469,
            "stop": 875106489
        },
        {
            "start": 875106508,
            "stop": 875106530
        },
        {
            "start": 875106551,
            "stop": 875106552
        },
        {
            "start": 875106571,
            "stop": 875106589
        },
        {
            "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
        }
    ]
}