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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=38",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 39,
    "results": [
        {
            "start": 931790978,
            "stop": 931791272
        },
        {
            "start": 931791290,
            "stop": 931791519
        },
        {
            "start": 931791537,
            "stop": 931791551
        },
        {
            "start": 931791671,
            "stop": 931792031
        },
        {
            "start": 931792091,
            "stop": 931792373
        },
        {
            "start": 931792374,
            "stop": 931793191
        },
        {
            "start": 931793194,
            "stop": 931793473
        },
        {
            "start": 931793490,
            "stop": 931795207
        },
        {
            "start": 931795225,
            "stop": 931795511
        },
        {
            "start": 931795571,
            "stop": 931795709
        },
        {
            "start": 931800783,
            "stop": 931801643
        },
        {
            "start": 931801645,
            "stop": 931803877
        },
        {
            "start": 931803878,
            "stop": 931804172
        },
        {
            "start": 931804173,
            "stop": 931804233
        },
        {
            "start": 931804234,
            "stop": 931804258
        },
        {
            "start": 931804261,
            "stop": 931804271
        },
        {
            "start": 931808371,
            "stop": 931808754
        },
        {
            "start": 931808755,
            "stop": 931808821
        },
        {
            "start": 931851820,
            "stop": 931852070
        },
        {
            "start": 931852543,
            "stop": 931858689
        }
    ]
}