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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=120",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 121,
    "results": [
        {
            "start": 1239875833,
            "stop": 1239875951
        },
        {
            "start": 1239875953,
            "stop": 1239876071
        },
        {
            "start": 1239876073,
            "stop": 1239876191
        },
        {
            "start": 1239876193,
            "stop": 1239876311
        },
        {
            "start": 1239876313,
            "stop": 1239876431
        },
        {
            "start": 1239876433,
            "stop": 1239876551
        },
        {
            "start": 1239876553,
            "stop": 1239876671
        },
        {
            "start": 1239876673,
            "stop": 1239876791
        },
        {
            "start": 1239876793,
            "stop": 1239876911
        },
        {
            "start": 1239876913,
            "stop": 1239876997
        },
        {
            "start": 1239876998,
            "stop": 1239877031
        },
        {
            "start": 1239877033,
            "stop": 1239877151
        },
        {
            "start": 1239877153,
            "stop": 1239877271
        },
        {
            "start": 1239877273,
            "stop": 1239877391
        },
        {
            "start": 1239877393,
            "stop": 1239877511
        },
        {
            "start": 1239877513,
            "stop": 1239877631
        },
        {
            "start": 1239877633,
            "stop": 1239877751
        },
        {
            "start": 1239877752,
            "stop": 1239877871
        },
        {
            "start": 1239877873,
            "stop": 1239877991
        },
        {
            "start": 1239877993,
            "stop": 1239878111
        }
    ]
}