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/H1_BURST_CAT3/segments?format=api&page=292
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=293",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=291",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 292,
    "results": [
        {
            "start": 1260222376,
            "stop": 1260222382
        },
        {
            "start": 1260222383,
            "stop": 1260222391
        },
        {
            "start": 1260222392,
            "stop": 1260222605
        },
        {
            "start": 1260222606,
            "stop": 1260222717
        },
        {
            "start": 1260222718,
            "stop": 1260223212
        },
        {
            "start": 1260223213,
            "stop": 1260223278
        },
        {
            "start": 1260223318,
            "stop": 1260224086
        },
        {
            "start": 1260224087,
            "stop": 1260224446
        },
        {
            "start": 1260224449,
            "stop": 1260224828
        },
        {
            "start": 1260224829,
            "stop": 1260224894
        },
        {
            "start": 1260224902,
            "stop": 1260225079
        },
        {
            "start": 1260225081,
            "stop": 1260225083
        },
        {
            "start": 1260225084,
            "stop": 1260225572
        },
        {
            "start": 1260225574,
            "stop": 1260225781
        },
        {
            "start": 1260225789,
            "stop": 1260225894
        },
        {
            "start": 1260225896,
            "stop": 1260225907
        },
        {
            "start": 1260225915,
            "stop": 1260226785
        },
        {
            "start": 1260226787,
            "stop": 1260226993
        },
        {
            "start": 1260226994,
            "stop": 1260227603
        },
        {
            "start": 1260227606,
            "stop": 1260227908
        }
    ]
}