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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=135",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 136,
    "results": [
        {
            "start": 834150414,
            "stop": 834150971
        },
        {
            "start": 834152038,
            "stop": 834154693
        },
        {
            "start": 834154726,
            "stop": 834154727
        },
        {
            "start": 834157617,
            "stop": 834157813
        },
        {
            "start": 834164966,
            "stop": 834165913
        },
        {
            "start": 834165981,
            "stop": 834170348
        },
        {
            "start": 834174654,
            "stop": 834177553
        },
        {
            "start": 834178949,
            "stop": 834216013
        },
        {
            "start": 834216045,
            "stop": 834216046
        },
        {
            "start": 834216645,
            "stop": 834230934
        },
        {
            "start": 834233339,
            "stop": 834236593
        },
        {
            "start": 834236598,
            "stop": 834236600
        },
        {
            "start": 834267237,
            "stop": 834267973
        },
        {
            "start": 834268758,
            "stop": 834288336
        },
        {
            "start": 834288452,
            "stop": 834292003
        },
        {
            "start": 834292023,
            "stop": 834295142
        },
        {
            "start": 834307856,
            "stop": 834321433
        },
        {
            "start": 834321476,
            "stop": 834321477
        },
        {
            "start": 834322265,
            "stop": 834322273
        },
        {
            "start": 834323201,
            "stop": 834327300
        }
    ]
}