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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=322",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=320",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 321,
    "results": [
        {
            "start": 821350562,
            "stop": 821350771
        },
        {
            "start": 821350774,
            "stop": 821350916
        },
        {
            "start": 821350919,
            "stop": 821350922
        },
        {
            "start": 821350925,
            "stop": 821350926
        },
        {
            "start": 821350929,
            "stop": 821350931
        },
        {
            "start": 821350934,
            "stop": 821351075
        },
        {
            "start": 821351078,
            "stop": 821351182
        },
        {
            "start": 821351185,
            "stop": 821351210
        },
        {
            "start": 821351218,
            "stop": 821351347
        },
        {
            "start": 821351350,
            "stop": 821351356
        },
        {
            "start": 821351359,
            "stop": 821351397
        },
        {
            "start": 821351400,
            "stop": 821351429
        },
        {
            "start": 821351436,
            "stop": 821351517
        },
        {
            "start": 821351524,
            "stop": 821351656
        },
        {
            "start": 821351659,
            "stop": 821351672
        },
        {
            "start": 821351675,
            "stop": 821351685
        },
        {
            "start": 821351688,
            "stop": 821351722
        },
        {
            "start": 821351728,
            "stop": 821351788
        },
        {
            "start": 821351791,
            "stop": 821351833
        },
        {
            "start": 821351836,
            "stop": 821351866
        }
    ]
}