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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=94",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 95,
    "results": [
        {
            "start": 931326988,
            "stop": 931326994
        },
        {
            "start": 931326996,
            "stop": 931327092
        },
        {
            "start": 931327094,
            "stop": 931327159
        },
        {
            "start": 931327161,
            "stop": 931327175
        },
        {
            "start": 931327176,
            "stop": 931327197
        },
        {
            "start": 931327199,
            "stop": 931327213
        },
        {
            "start": 931327215,
            "stop": 931327222
        },
        {
            "start": 931327224,
            "stop": 931327238
        },
        {
            "start": 931327239,
            "stop": 931327275
        },
        {
            "start": 931327277,
            "stop": 931327326
        },
        {
            "start": 931327328,
            "stop": 931327337
        },
        {
            "start": 931327339,
            "stop": 931327353
        },
        {
            "start": 931327354,
            "stop": 931327376
        },
        {
            "start": 931327377,
            "stop": 931327524
        },
        {
            "start": 931329600,
            "stop": 931329620
        },
        {
            "start": 931329622,
            "stop": 931329717
        },
        {
            "start": 931329719,
            "stop": 931329734
        },
        {
            "start": 931329736,
            "stop": 931329799
        },
        {
            "start": 931329801,
            "stop": 931329804
        },
        {
            "start": 931329805,
            "stop": 931329870
        }
    ]
}