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=101
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=102",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=100",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 101,
    "results": [
        {
            "start": 931352200,
            "stop": 931352316
        },
        {
            "start": 931352318,
            "stop": 931352517
        },
        {
            "start": 931352519,
            "stop": 931352537
        },
        {
            "start": 931352539,
            "stop": 931352556
        },
        {
            "start": 931352558,
            "stop": 931352575
        },
        {
            "start": 931352577,
            "stop": 931352651
        },
        {
            "start": 931352653,
            "stop": 931352714
        },
        {
            "start": 931352715,
            "stop": 931352740
        },
        {
            "start": 931352742,
            "stop": 931352754
        },
        {
            "start": 931352756,
            "stop": 931352882
        },
        {
            "start": 931352883,
            "stop": 931352959
        },
        {
            "start": 931352961,
            "stop": 931353122
        },
        {
            "start": 931353124,
            "stop": 931353129
        },
        {
            "start": 931353131,
            "stop": 931353170
        },
        {
            "start": 931353172,
            "stop": 931353173
        },
        {
            "start": 931353175,
            "stop": 931353230
        },
        {
            "start": 931353233,
            "stop": 931353237
        },
        {
            "start": 931353239,
            "stop": 931353278
        },
        {
            "start": 931353280,
            "stop": 931353292
        },
        {
            "start": 931353294,
            "stop": 931353307
        }
    ]
}