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=500
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=501",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=499",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 500,
    "results": [
        {
            "start": 960286288,
            "stop": 960286659
        },
        {
            "start": 960288192,
            "stop": 960289302
        },
        {
            "start": 960289305,
            "stop": 960289704
        },
        {
            "start": 960291969,
            "stop": 960294806
        },
        {
            "start": 960295366,
            "stop": 960295586
        },
        {
            "start": 960296234,
            "stop": 960300667
        },
        {
            "start": 960304791,
            "stop": 960308337
        },
        {
            "start": 960313504,
            "stop": 960314904
        },
        {
            "start": 960321863,
            "stop": 960325375
        },
        {
            "start": 960345431,
            "stop": 960348906
        },
        {
            "start": 960360940,
            "stop": 960361780
        },
        {
            "start": 960370821,
            "stop": 960371007
        },
        {
            "start": 960426011,
            "stop": 960430633
        },
        {
            "start": 960435015,
            "stop": 960435845
        },
        {
            "start": 960438001,
            "stop": 960444950
        },
        {
            "start": 960446732,
            "stop": 960450857
        },
        {
            "start": 960452516,
            "stop": 960455052
        },
        {
            "start": 960457869,
            "stop": 960460323
        },
        {
            "start": 960461893,
            "stop": 960462341
        },
        {
            "start": 960464237,
            "stop": 960465639
        }
    ]
}