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_CAT3/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/H1_BURST_CAT3/segments?format=api&page=102",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=100",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 101,
    "results": [
        {
            "start": 931336493,
            "stop": 931336502
        },
        {
            "start": 931336503,
            "stop": 931337035
        },
        {
            "start": 931337036,
            "stop": 931337383
        },
        {
            "start": 931337384,
            "stop": 931337416
        },
        {
            "start": 931337417,
            "stop": 931337458
        },
        {
            "start": 931337459,
            "stop": 931337647
        },
        {
            "start": 931337648,
            "stop": 931337652
        },
        {
            "start": 931337653,
            "stop": 931337662
        },
        {
            "start": 931337663,
            "stop": 931337667
        },
        {
            "start": 931337668,
            "stop": 931337958
        },
        {
            "start": 931337959,
            "stop": 931337965
        },
        {
            "start": 931337966,
            "stop": 931338015
        },
        {
            "start": 931338375,
            "stop": 931338397
        },
        {
            "start": 931338400,
            "stop": 931338467
        },
        {
            "start": 931338468,
            "stop": 931338540
        },
        {
            "start": 931338541,
            "stop": 931338560
        },
        {
            "start": 931340994,
            "stop": 931341005
        },
        {
            "start": 931341006,
            "stop": 931341016
        },
        {
            "start": 931341017,
            "stop": 931341024
        },
        {
            "start": 931341025,
            "stop": 931341039
        }
    ]
}