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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=48",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 49,
    "results": [
        {
            "start": 824744540,
            "stop": 824765039
        },
        {
            "start": 824767697,
            "stop": 824774081
        },
        {
            "start": 824774232,
            "stop": 824778590
        },
        {
            "start": 824779501,
            "stop": 824790909
        },
        {
            "start": 824793758,
            "stop": 824803185
        },
        {
            "start": 824803680,
            "stop": 824804224
        },
        {
            "start": 824806546,
            "stop": 824821973
        },
        {
            "start": 824823698,
            "stop": 824823833
        },
        {
            "start": 824828992,
            "stop": 824831242
        },
        {
            "start": 824832734,
            "stop": 824834466
        },
        {
            "start": 824836953,
            "stop": 824851805
        },
        {
            "start": 824857009,
            "stop": 824863630
        },
        {
            "start": 824863724,
            "stop": 824865998
        },
        {
            "start": 824866586,
            "stop": 824866594
        },
        {
            "start": 824869525,
            "stop": 824890286
        },
        {
            "start": 824890825,
            "stop": 824902115
        },
        {
            "start": 824903078,
            "stop": 824906473
        },
        {
            "start": 824910584,
            "stop": 824924167
        },
        {
            "start": 824925567,
            "stop": 824929476
        },
        {
            "start": 824929686,
            "stop": 824932802
        }
    ]
}