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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=106",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 107,
    "results": [
        {
            "start": 834165981,
            "stop": 834170378
        },
        {
            "start": 834174654,
            "stop": 834177608
        },
        {
            "start": 834178949,
            "stop": 834216046
        },
        {
            "start": 834216645,
            "stop": 834230964
        },
        {
            "start": 834233339,
            "stop": 834236600
        },
        {
            "start": 834267237,
            "stop": 834268026
        },
        {
            "start": 834268758,
            "stop": 834288336
        },
        {
            "start": 834288452,
            "stop": 834292003
        },
        {
            "start": 834292023,
            "stop": 834295172
        },
        {
            "start": 834307856,
            "stop": 834321477
        },
        {
            "start": 834322265,
            "stop": 834322327
        },
        {
            "start": 834323201,
            "stop": 834327329
        },
        {
            "start": 834328730,
            "stop": 834330274
        },
        {
            "start": 834330722,
            "stop": 834332071
        },
        {
            "start": 834333013,
            "stop": 834333101
        },
        {
            "start": 834333902,
            "stop": 834334050
        },
        {
            "start": 834334465,
            "stop": 834336422
        },
        {
            "start": 834336841,
            "stop": 834346108
        },
        {
            "start": 834347740,
            "stop": 834347828
        },
        {
            "start": 834347975,
            "stop": 834349732
        }
    ]
}