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=4751
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=4752",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4750",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4751,
    "results": [
        {
            "start": 970227330,
            "stop": 970227341
        },
        {
            "start": 970227344,
            "stop": 970227397
        },
        {
            "start": 970228735,
            "stop": 970228739
        },
        {
            "start": 970228742,
            "stop": 970228765
        },
        {
            "start": 970228768,
            "stop": 970228774
        },
        {
            "start": 970230445,
            "stop": 970230450
        },
        {
            "start": 970230453,
            "stop": 970230481
        },
        {
            "start": 970230484,
            "stop": 970230506
        },
        {
            "start": 970230509,
            "stop": 970230514
        },
        {
            "start": 970230535,
            "stop": 970230737
        },
        {
            "start": 970230740,
            "stop": 970230865
        },
        {
            "start": 970230868,
            "stop": 970231113
        },
        {
            "start": 970231134,
            "stop": 970231238
        },
        {
            "start": 970231358,
            "stop": 970231418
        },
        {
            "start": 970231538,
            "stop": 970231657
        },
        {
            "start": 970231678,
            "stop": 970231722
        },
        {
            "start": 970231743,
            "stop": 970231838
        },
        {
            "start": 970231958,
            "stop": 970231988
        },
        {
            "start": 970231991,
            "stop": 970232078
        },
        {
            "start": 970232198,
            "stop": 970232242
        }
    ]
}