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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=693",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=691",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 692,
    "results": [
        {
            "start": 950784778,
            "stop": 950786045
        },
        {
            "start": 950786051,
            "stop": 950786176
        },
        {
            "start": 950786182,
            "stop": 950787773
        },
        {
            "start": 950787779,
            "stop": 950788504
        },
        {
            "start": 950788510,
            "stop": 950793681
        },
        {
            "start": 950798312,
            "stop": 950799946
        },
        {
            "start": 950800736,
            "stop": 950801823
        },
        {
            "start": 950801829,
            "stop": 950802378
        },
        {
            "start": 950808224,
            "stop": 950808520
        },
        {
            "start": 950808526,
            "stop": 950808997
        },
        {
            "start": 950809003,
            "stop": 950809347
        },
        {
            "start": 950809353,
            "stop": 950809726
        },
        {
            "start": 950809732,
            "stop": 950811477
        },
        {
            "start": 950811483,
            "stop": 950811919
        },
        {
            "start": 950811925,
            "stop": 950812058
        },
        {
            "start": 950812064,
            "stop": 950812538
        },
        {
            "start": 950812544,
            "stop": 950812922
        },
        {
            "start": 950816358,
            "stop": 950819490
        },
        {
            "start": 950819496,
            "stop": 950819670
        },
        {
            "start": 950820622,
            "stop": 950821132
        }
    ]
}