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=10172
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=10173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10171",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10172,
    "results": [
        {
            "start": 873810600,
            "stop": 873810643
        },
        {
            "start": 873810672,
            "stop": 873810684
        },
        {
            "start": 873810696,
            "stop": 873810698
        },
        {
            "start": 873810706,
            "stop": 873810749
        },
        {
            "start": 873810756,
            "stop": 873810831
        },
        {
            "start": 873810873,
            "stop": 873811007
        },
        {
            "start": 873811077,
            "stop": 873811110
        },
        {
            "start": 873811117,
            "stop": 873811134
        },
        {
            "start": 873811145,
            "stop": 873811152
        },
        {
            "start": 873811160,
            "stop": 873811183
        },
        {
            "start": 873811191,
            "stop": 873811205
        },
        {
            "start": 873811241,
            "stop": 873811260
        },
        {
            "start": 873811268,
            "stop": 873811383
        },
        {
            "start": 873811419,
            "stop": 873811440
        },
        {
            "start": 873811450,
            "stop": 873811469
        },
        {
            "start": 873811505,
            "stop": 873811509
        },
        {
            "start": 873811516,
            "stop": 873811531
        },
        {
            "start": 873811539,
            "stop": 873811594
        },
        {
            "start": 873811631,
            "stop": 873811767
        },
        {
            "start": 873811779,
            "stop": 873811935
        }
    ]
}