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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1200",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1198",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1199,
    "results": [
        {
            "start": 953339098,
            "stop": 953339305
        },
        {
            "start": 953339307,
            "stop": 953340091
        },
        {
            "start": 953340093,
            "stop": 953340552
        },
        {
            "start": 953340554,
            "stop": 953340726
        },
        {
            "start": 953340728,
            "stop": 953341027
        },
        {
            "start": 953341029,
            "stop": 953341432
        },
        {
            "start": 953341434,
            "stop": 953343321
        },
        {
            "start": 953343323,
            "stop": 953344901
        },
        {
            "start": 953344903,
            "stop": 953357172
        },
        {
            "start": 953357174,
            "stop": 953357661
        },
        {
            "start": 953357663,
            "stop": 953364868
        },
        {
            "start": 953364870,
            "stop": 953367916
        },
        {
            "start": 953367918,
            "stop": 953375102
        },
        {
            "start": 953375103,
            "stop": 953378256
        },
        {
            "start": 953378258,
            "stop": 953381865
        },
        {
            "start": 953412555,
            "stop": 953420340
        },
        {
            "start": 953421271,
            "stop": 953443421
        },
        {
            "start": 953444712,
            "stop": 953469479
        },
        {
            "start": 953474020,
            "stop": 953478888
        },
        {
            "start": 953480693,
            "stop": 953485073
        }
    ]
}