Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2984
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2985",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2983",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2984,
    "results": [
        {
            "start": 861573488,
            "stop": 861573503
        },
        {
            "start": 861573507,
            "stop": 861573724
        },
        {
            "start": 861573811,
            "stop": 861577214
        },
        {
            "start": 861577514,
            "stop": 861577899
        },
        {
            "start": 861578568,
            "stop": 861580364
        },
        {
            "start": 861580545,
            "stop": 861587387
        },
        {
            "start": 861587390,
            "stop": 861589500
        },
        {
            "start": 861589560,
            "stop": 861591780
        },
        {
            "start": 861591840,
            "stop": 861616133
        },
        {
            "start": 861616572,
            "stop": 861616860
        },
        {
            "start": 861616920,
            "stop": 861625306
        },
        {
            "start": 861627240,
            "stop": 861627520
        },
        {
            "start": 861627524,
            "stop": 861629520
        },
        {
            "start": 861629940,
            "stop": 861631860
        },
        {
            "start": 861631920,
            "stop": 861632400
        },
        {
            "start": 861632460,
            "stop": 861632760
        },
        {
            "start": 861632820,
            "stop": 861634842
        },
        {
            "start": 861634848,
            "stop": 861635010
        },
        {
            "start": 861635013,
            "stop": 861636300
        },
        {
            "start": 861636360,
            "stop": 861636685
        }
    ]
}