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=147
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=148",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=146",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 147,
    "results": [
        {
            "start": 931402642,
            "stop": 931402659
        },
        {
            "start": 931402663,
            "stop": 931402676
        },
        {
            "start": 931402678,
            "stop": 931402698
        },
        {
            "start": 931402700,
            "stop": 931402706
        },
        {
            "start": 931402708,
            "stop": 931402718
        },
        {
            "start": 931402721,
            "stop": 931402725
        },
        {
            "start": 931402727,
            "stop": 931402731
        },
        {
            "start": 931402733,
            "stop": 931402738
        },
        {
            "start": 931402740,
            "stop": 931402756
        },
        {
            "start": 931402758,
            "stop": 931402761
        },
        {
            "start": 931402763,
            "stop": 931402769
        },
        {
            "start": 931402771,
            "stop": 931402820
        },
        {
            "start": 931402822,
            "stop": 931402850
        },
        {
            "start": 931402852,
            "stop": 931402864
        },
        {
            "start": 931402869,
            "stop": 931402871
        },
        {
            "start": 931402873,
            "stop": 931402888
        },
        {
            "start": 931402891,
            "stop": 931402892
        },
        {
            "start": 931402894,
            "stop": 931402899
        },
        {
            "start": 931402901,
            "stop": 931402922
        },
        {
            "start": 931402924,
            "stop": 931402927
        }
    ]
}