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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=248",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 249,
    "results": [
        {
            "start": 1241021424,
            "stop": 1241033765
        },
        {
            "start": 1241045475,
            "stop": 1241173823
        },
        {
            "start": 1241204831,
            "stop": 1241214069
        },
        {
            "start": 1241226395,
            "stop": 1241233640
        },
        {
            "start": 1241236938,
            "stop": 1241272618
        },
        {
            "start": 1241295179,
            "stop": 1241352669
        },
        {
            "start": 1241358134,
            "stop": 1241359401
        },
        {
            "start": 1241393223,
            "stop": 1241454579
        },
        {
            "start": 1241460140,
            "stop": 1241460189
        },
        {
            "start": 1241460191,
            "stop": 1241460412
        },
        {
            "start": 1241460413,
            "stop": 1241460574
        },
        {
            "start": 1241460575,
            "stop": 1241460664
        },
        {
            "start": 1241460666,
            "stop": 1241460885
        },
        {
            "start": 1241460886,
            "stop": 1241461068
        },
        {
            "start": 1241461069,
            "stop": 1241461168
        },
        {
            "start": 1241461169,
            "stop": 1241461294
        },
        {
            "start": 1241461295,
            "stop": 1241461560
        },
        {
            "start": 1241461561,
            "stop": 1241462209
        },
        {
            "start": 1241462210,
            "stop": 1241462218
        },
        {
            "start": 1241462219,
            "stop": 1241462260
        }
    ]
}