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=76
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=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=75",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 76,
    "results": [
        {
            "start": 816527122,
            "stop": 816527320
        },
        {
            "start": 816527324,
            "stop": 816527326
        },
        {
            "start": 816527329,
            "stop": 816527413
        },
        {
            "start": 816541120,
            "stop": 816541323
        },
        {
            "start": 816541329,
            "stop": 816541332
        },
        {
            "start": 816541338,
            "stop": 816541602
        },
        {
            "start": 816541608,
            "stop": 816542969
        },
        {
            "start": 816542980,
            "stop": 816545021
        },
        {
            "start": 816545025,
            "stop": 816545225
        },
        {
            "start": 816545231,
            "stop": 816547036
        },
        {
            "start": 816547039,
            "stop": 816547542
        },
        {
            "start": 816547545,
            "stop": 816547616
        },
        {
            "start": 816547620,
            "stop": 816547624
        },
        {
            "start": 816547629,
            "stop": 816548134
        },
        {
            "start": 816548140,
            "stop": 816548579
        },
        {
            "start": 816548585,
            "stop": 816548833
        },
        {
            "start": 816548853,
            "stop": 816549439
        },
        {
            "start": 816549443,
            "stop": 816549765
        },
        {
            "start": 816549768,
            "stop": 816549776
        },
        {
            "start": 816549782,
            "stop": 816550856
        }
    ]
}