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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=515",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=513",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 514,
    "results": [
        {
            "start": 867253922,
            "stop": 867266707
        },
        {
            "start": 867269298,
            "stop": 867269452
        },
        {
            "start": 867273167,
            "stop": 867308177
        },
        {
            "start": 867309351,
            "stop": 867327092
        },
        {
            "start": 867328010,
            "stop": 867339850
        },
        {
            "start": 867339917,
            "stop": 867368070
        },
        {
            "start": 867368072,
            "stop": 867407996
        },
        {
            "start": 867407998,
            "stop": 867414776
        },
        {
            "start": 867414778,
            "stop": 867414929
        },
        {
            "start": 867415348,
            "stop": 867416816
        },
        {
            "start": 867416818,
            "stop": 867416872
        },
        {
            "start": 867420034,
            "stop": 867421013
        },
        {
            "start": 867421015,
            "stop": 867426425
        },
        {
            "start": 867429342,
            "stop": 867429345
        },
        {
            "start": 867429350,
            "stop": 867429390
        },
        {
            "start": 867429542,
            "stop": 867429783
        },
        {
            "start": 867429858,
            "stop": 867434760
        },
        {
            "start": 867436369,
            "stop": 867441823
        },
        {
            "start": 867441825,
            "stop": 867442507
        },
        {
            "start": 867442703,
            "stop": 867443585
        }
    ]
}