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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=380",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=378",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 379,
    "results": [
        {
            "start": 1264328698,
            "stop": 1264328703
        },
        {
            "start": 1264328707,
            "stop": 1264328708
        },
        {
            "start": 1264328709,
            "stop": 1264328710
        },
        {
            "start": 1264328713,
            "stop": 1264328716
        },
        {
            "start": 1264328718,
            "stop": 1264328722
        },
        {
            "start": 1264328723,
            "stop": 1264328727
        },
        {
            "start": 1264328730,
            "stop": 1264328731
        },
        {
            "start": 1264328732,
            "stop": 1264328735
        },
        {
            "start": 1264328736,
            "stop": 1264328737
        },
        {
            "start": 1264328738,
            "stop": 1264328739
        },
        {
            "start": 1264328740,
            "stop": 1264328741
        },
        {
            "start": 1264328745,
            "stop": 1264328746
        },
        {
            "start": 1264328747,
            "stop": 1264328888
        },
        {
            "start": 1264328889,
            "stop": 1264328892
        },
        {
            "start": 1264328894,
            "stop": 1264328900
        },
        {
            "start": 1264328901,
            "stop": 1264328904
        },
        {
            "start": 1264328905,
            "stop": 1264328913
        },
        {
            "start": 1264328914,
            "stop": 1264328915
        },
        {
            "start": 1264328919,
            "stop": 1264328921
        },
        {
            "start": 1264328923,
            "stop": 1264328924
        }
    ]
}