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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=676",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=674",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 675,
    "results": [
        {
            "start": 1265192374,
            "stop": 1265195122
        },
        {
            "start": 1265195124,
            "stop": 1265197056
        },
        {
            "start": 1265197059,
            "stop": 1265199302
        },
        {
            "start": 1265199305,
            "stop": 1265203560
        },
        {
            "start": 1265203563,
            "stop": 1265203847
        },
        {
            "start": 1265203850,
            "stop": 1265208082
        },
        {
            "start": 1265208085,
            "stop": 1265210623
        },
        {
            "start": 1265210626,
            "stop": 1265211591
        },
        {
            "start": 1265211594,
            "stop": 1265212133
        },
        {
            "start": 1265212136,
            "stop": 1265212294
        },
        {
            "start": 1265218952,
            "stop": 1265219519
        },
        {
            "start": 1265219522,
            "stop": 1265219872
        },
        {
            "start": 1265219875,
            "stop": 1265220116
        },
        {
            "start": 1265220119,
            "stop": 1265224663
        },
        {
            "start": 1265224671,
            "stop": 1265225746
        },
        {
            "start": 1265225749,
            "stop": 1265225936
        },
        {
            "start": 1265225939,
            "stop": 1265230096
        },
        {
            "start": 1265230099,
            "stop": 1265232565
        },
        {
            "start": 1265232568,
            "stop": 1265233970
        },
        {
            "start": 1265233978,
            "stop": 1265238714
        }
    ]
}