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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 2,
    "results": [
        {
            "start": 815298136,
            "stop": 815298301
        },
        {
            "start": 815298304,
            "stop": 815299861
        },
        {
            "start": 815300562,
            "stop": 815303630
        },
        {
            "start": 815304110,
            "stop": 815304752
        },
        {
            "start": 815306225,
            "stop": 815306386
        },
        {
            "start": 815306389,
            "stop": 815306452
        },
        {
            "start": 815306454,
            "stop": 815306479
        },
        {
            "start": 815307250,
            "stop": 815307298
        },
        {
            "start": 815307989,
            "stop": 815308035
        },
        {
            "start": 815310056,
            "stop": 815313339
        },
        {
            "start": 815313998,
            "stop": 815314552
        },
        {
            "start": 815314554,
            "stop": 815322774
        },
        {
            "start": 815322776,
            "stop": 815332238
        },
        {
            "start": 815341180,
            "stop": 815341710
        },
        {
            "start": 815365597,
            "stop": 815370539
        },
        {
            "start": 815373336,
            "stop": 815373550
        },
        {
            "start": 815373979,
            "stop": 815378706
        },
        {
            "start": 815386833,
            "stop": 815386846
        },
        {
            "start": 815386853,
            "stop": 815394298
        },
        {
            "start": 815395535,
            "stop": 815399072
        }
    ]
}