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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=306",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=304",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 305,
    "results": [
        {
            "start": 931790089,
            "stop": 931790125
        },
        {
            "start": 931790126,
            "stop": 931790147
        },
        {
            "start": 931790176,
            "stop": 931790195
        },
        {
            "start": 931790213,
            "stop": 931790302
        },
        {
            "start": 931790321,
            "stop": 931790374
        },
        {
            "start": 931790375,
            "stop": 931790403
        },
        {
            "start": 931790432,
            "stop": 931790776
        },
        {
            "start": 931790801,
            "stop": 931790825
        },
        {
            "start": 931790843,
            "stop": 931790917
        },
        {
            "start": 931790942,
            "stop": 931790960
        },
        {
            "start": 931790978,
            "stop": 931791272
        },
        {
            "start": 931791290,
            "stop": 931791385
        },
        {
            "start": 931791387,
            "stop": 931791431
        },
        {
            "start": 931791491,
            "stop": 931791519
        },
        {
            "start": 931791537,
            "stop": 931791551
        },
        {
            "start": 931791731,
            "stop": 931791920
        },
        {
            "start": 931791922,
            "stop": 931791971
        },
        {
            "start": 931792091,
            "stop": 931792373
        },
        {
            "start": 931792374,
            "stop": 931793191
        },
        {
            "start": 931793194,
            "stop": 931793338
        }
    ]
}