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=255
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=256",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=254",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 255,
    "results": [
        {
            "start": 1241473915,
            "stop": 1241473920
        },
        {
            "start": 1241473921,
            "stop": 1241474042
        },
        {
            "start": 1241474043,
            "stop": 1241474044
        },
        {
            "start": 1241474045,
            "stop": 1241474122
        },
        {
            "start": 1241474123,
            "stop": 1241474134
        },
        {
            "start": 1241474138,
            "stop": 1241474175
        },
        {
            "start": 1241474176,
            "stop": 1241474215
        },
        {
            "start": 1241474216,
            "stop": 1241474357
        },
        {
            "start": 1241474359,
            "stop": 1241474442
        },
        {
            "start": 1241474443,
            "stop": 1241474444
        },
        {
            "start": 1241474445,
            "stop": 1241474457
        },
        {
            "start": 1241474466,
            "stop": 1241474605
        },
        {
            "start": 1241474607,
            "stop": 1241474685
        },
        {
            "start": 1241474686,
            "stop": 1241474695
        },
        {
            "start": 1241474696,
            "stop": 1241475126
        },
        {
            "start": 1241475132,
            "stop": 1241475216
        },
        {
            "start": 1241475219,
            "stop": 1241475247
        },
        {
            "start": 1241475248,
            "stop": 1241475256
        },
        {
            "start": 1241475257,
            "stop": 1241475355
        },
        {
            "start": 1241475356,
            "stop": 1241475457
        }
    ]
}