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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=18",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 19,
    "results": [
        {
            "start": 815300840,
            "stop": 815300872
        },
        {
            "start": 815300875,
            "stop": 815300972
        },
        {
            "start": 815300989,
            "stop": 815301052
        },
        {
            "start": 815301056,
            "stop": 815301556
        },
        {
            "start": 815301559,
            "stop": 815301805
        },
        {
            "start": 815301808,
            "stop": 815301896
        },
        {
            "start": 815301899,
            "stop": 815302621
        },
        {
            "start": 815302624,
            "stop": 815302777
        },
        {
            "start": 815302780,
            "stop": 815302948
        },
        {
            "start": 815302952,
            "stop": 815303337
        },
        {
            "start": 815303340,
            "stop": 815303397
        },
        {
            "start": 815303400,
            "stop": 815303540
        },
        {
            "start": 815304110,
            "stop": 815304230
        },
        {
            "start": 815304233,
            "stop": 815304466
        },
        {
            "start": 815304470,
            "stop": 815304472
        },
        {
            "start": 815304475,
            "stop": 815304481
        },
        {
            "start": 815304485,
            "stop": 815304662
        },
        {
            "start": 815306225,
            "stop": 815306269
        },
        {
            "start": 815306272,
            "stop": 815306385
        },
        {
            "start": 815310056,
            "stop": 815311183
        }
    ]
}