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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6242",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6243,
    "results": [
        {
            "start": 874881978,
            "stop": 874882749
        },
        {
            "start": 874882751,
            "stop": 874884742
        },
        {
            "start": 874884744,
            "stop": 874884977
        },
        {
            "start": 874884980,
            "stop": 874886522
        },
        {
            "start": 874886525,
            "stop": 874886674
        },
        {
            "start": 874886678,
            "stop": 874887258
        },
        {
            "start": 874887261,
            "stop": 874887560
        },
        {
            "start": 874887562,
            "stop": 874887596
        },
        {
            "start": 874887599,
            "stop": 874889008
        },
        {
            "start": 874889011,
            "stop": 874889120
        },
        {
            "start": 874889123,
            "stop": 874889452
        },
        {
            "start": 874889454,
            "stop": 874889759
        },
        {
            "start": 874889761,
            "stop": 874895221
        },
        {
            "start": 874895222,
            "stop": 874896306
        },
        {
            "start": 874896411,
            "stop": 874896781
        },
        {
            "start": 874896782,
            "stop": 874897633
        },
        {
            "start": 874897635,
            "stop": 874897662
        },
        {
            "start": 874897663,
            "stop": 874900105
        },
        {
            "start": 874900106,
            "stop": 874901392
        },
        {
            "start": 874901393,
            "stop": 874902509
        }
    ]
}