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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=33",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 34,
    "results": [
        {
            "start": 931167166,
            "stop": 931167251
        },
        {
            "start": 931167252,
            "stop": 931167254
        },
        {
            "start": 931167259,
            "stop": 931167261
        },
        {
            "start": 931167263,
            "stop": 931167309
        },
        {
            "start": 931167311,
            "stop": 931167397
        },
        {
            "start": 931167399,
            "stop": 931167415
        },
        {
            "start": 931167416,
            "stop": 931167418
        },
        {
            "start": 931167420,
            "stop": 931167433
        },
        {
            "start": 931167436,
            "stop": 931167441
        },
        {
            "start": 931167443,
            "stop": 931167457
        },
        {
            "start": 931167459,
            "stop": 931167487
        },
        {
            "start": 931167489,
            "stop": 931167526
        },
        {
            "start": 931167528,
            "stop": 931167665
        },
        {
            "start": 931167666,
            "stop": 931167676
        },
        {
            "start": 931167678,
            "stop": 931167775
        },
        {
            "start": 931167777,
            "stop": 931167778
        },
        {
            "start": 931167784,
            "stop": 931167831
        },
        {
            "start": 931167837,
            "stop": 931167843
        },
        {
            "start": 931167844,
            "stop": 931168020
        },
        {
            "start": 931168021,
            "stop": 931168023
        }
    ]
}