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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=23",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 24,
    "results": [
        {
            "start": 816600258,
            "stop": 816600307
        },
        {
            "start": 816600317,
            "stop": 816600362
        },
        {
            "start": 816600371,
            "stop": 816600468
        },
        {
            "start": 816600478,
            "stop": 816600501
        },
        {
            "start": 816600508,
            "stop": 816600526
        },
        {
            "start": 816600545,
            "stop": 816600551
        },
        {
            "start": 816600561,
            "stop": 816600572
        },
        {
            "start": 816600579,
            "stop": 816600586
        },
        {
            "start": 816600593,
            "stop": 816600631
        },
        {
            "start": 816600639,
            "stop": 816600646
        },
        {
            "start": 816600657,
            "stop": 816600675
        },
        {
            "start": 816600695,
            "stop": 816600754
        },
        {
            "start": 816600765,
            "stop": 816601022
        },
        {
            "start": 816601032,
            "stop": 816601115
        },
        {
            "start": 816601122,
            "stop": 816601151
        },
        {
            "start": 816601162,
            "stop": 816601186
        },
        {
            "start": 816601194,
            "stop": 816601278
        },
        {
            "start": 816601289,
            "stop": 816601329
        },
        {
            "start": 816601336,
            "stop": 816601349
        },
        {
            "start": 816601363,
            "stop": 816601384
        }
    ]
}