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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=88",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 89,
    "results": [
        {
            "start": 954425086,
            "stop": 954432867
        },
        {
            "start": 954434094,
            "stop": 954444134
        },
        {
            "start": 954444397,
            "stop": 954448345
        },
        {
            "start": 954449482,
            "stop": 954456236
        },
        {
            "start": 954481337,
            "stop": 954484252
        },
        {
            "start": 954485483,
            "stop": 954493813
        },
        {
            "start": 954495264,
            "stop": 954496688
        },
        {
            "start": 954497576,
            "stop": 954498076
        },
        {
            "start": 954498809,
            "stop": 954499320
        },
        {
            "start": 954501675,
            "stop": 954505733
        },
        {
            "start": 954507729,
            "stop": 954520747
        },
        {
            "start": 954521423,
            "stop": 954522154
        },
        {
            "start": 954527194,
            "stop": 954533894
        },
        {
            "start": 954534801,
            "stop": 954571163
        },
        {
            "start": 954571989,
            "stop": 954577501
        },
        {
            "start": 954580558,
            "stop": 954590429
        },
        {
            "start": 954608214,
            "stop": 954609217
        },
        {
            "start": 954616324,
            "stop": 954617189
        },
        {
            "start": 954620718,
            "stop": 954628381
        },
        {
            "start": 954652931,
            "stop": 954662805
        }
    ]
}