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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=129",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 130,
    "results": [
        {
            "start": 816775215,
            "stop": 816775217
        },
        {
            "start": 816775222,
            "stop": 816775227
        },
        {
            "start": 816821542,
            "stop": 816821544
        },
        {
            "start": 816825530,
            "stop": 816825561
        },
        {
            "start": 816825574,
            "stop": 816825588
        },
        {
            "start": 816825592,
            "stop": 816825623
        },
        {
            "start": 816825630,
            "stop": 816825631
        },
        {
            "start": 816825634,
            "stop": 816825641
        },
        {
            "start": 816825645,
            "stop": 816825702
        },
        {
            "start": 816825733,
            "stop": 816825734
        },
        {
            "start": 816825739,
            "stop": 816825740
        },
        {
            "start": 816827265,
            "stop": 816827297
        },
        {
            "start": 816827303,
            "stop": 816827308
        },
        {
            "start": 816827314,
            "stop": 816827317
        },
        {
            "start": 816827322,
            "stop": 816827334
        },
        {
            "start": 816827338,
            "stop": 816827342
        },
        {
            "start": 816827346,
            "stop": 816827349
        },
        {
            "start": 816827356,
            "stop": 816827358
        },
        {
            "start": 816827363,
            "stop": 816827397
        },
        {
            "start": 816827401,
            "stop": 816827442
        }
    ]
}