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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT1/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT1/segments?format=api&page=6",
    "results_count": 535,
    "results_per_page": 20,
    "num_pages": 27,
    "page_number": 7,
    "results": [
        {
            "start": 1240838298,
            "stop": 1240838702
        },
        {
            "start": 1240838811,
            "stop": 1240847405
        },
        {
            "start": 1240847501,
            "stop": 1240854290
        },
        {
            "start": 1240854334,
            "stop": 1240855238
        },
        {
            "start": 1240872121,
            "stop": 1240906993
        },
        {
            "start": 1240914063,
            "stop": 1241005701
        },
        {
            "start": 1241013955,
            "stop": 1241017532
        },
        {
            "start": 1241020453,
            "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": 1241479787
        },
        {
            "start": 1241491760,
            "stop": 1241495458
        },
        {
            "start": 1241498544,
            "stop": 1241508250
        },
        {
            "start": 1241508295,
            "stop": 1241525423
        },
        {
            "start": 1241545751,
            "stop": 1241594335
        }
    ]
}