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=4649
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=4650",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4648",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4649,
    "results": [
        {
            "start": 969588327,
            "stop": 969588495
        },
        {
            "start": 969588498,
            "stop": 969588717
        },
        {
            "start": 969588720,
            "stop": 969589483
        },
        {
            "start": 969589486,
            "stop": 969589513
        },
        {
            "start": 969589516,
            "stop": 969589775
        },
        {
            "start": 969590440,
            "stop": 969590718
        },
        {
            "start": 969590721,
            "stop": 969591389
        },
        {
            "start": 969591392,
            "stop": 969591485
        },
        {
            "start": 969591488,
            "stop": 969592079
        },
        {
            "start": 969592082,
            "stop": 969592861
        },
        {
            "start": 969592864,
            "stop": 969593793
        },
        {
            "start": 969593796,
            "stop": 969594522
        },
        {
            "start": 969594525,
            "stop": 969595071
        },
        {
            "start": 969595074,
            "stop": 969595603
        },
        {
            "start": 969595606,
            "stop": 969596286
        },
        {
            "start": 969596289,
            "stop": 969597307
        },
        {
            "start": 969597310,
            "stop": 969597404
        },
        {
            "start": 969597407,
            "stop": 969597817
        },
        {
            "start": 969597820,
            "stop": 969597823
        },
        {
            "start": 969597826,
            "stop": 969598289
        }
    ]
}