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=117
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=118",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=116",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 117,
    "results": [
        {
            "start": 962160378,
            "stop": 962162937
        },
        {
            "start": 962163005,
            "stop": 962163931
        },
        {
            "start": 962166876,
            "stop": 962177680
        },
        {
            "start": 962187303,
            "stop": 962191112
        },
        {
            "start": 962192004,
            "stop": 962192217
        },
        {
            "start": 962193649,
            "stop": 962195865
        },
        {
            "start": 962198614,
            "stop": 962199630
        },
        {
            "start": 962201087,
            "stop": 962201906
        },
        {
            "start": 962203073,
            "stop": 962203518
        },
        {
            "start": 962205338,
            "stop": 962211214
        },
        {
            "start": 962211909,
            "stop": 962215004
        },
        {
            "start": 962217533,
            "stop": 962223417
        },
        {
            "start": 962231588,
            "stop": 962235171
        },
        {
            "start": 962251224,
            "stop": 962254439
        },
        {
            "start": 962254788,
            "stop": 962255561
        },
        {
            "start": 962256811,
            "stop": 962264100
        },
        {
            "start": 962266918,
            "stop": 962280281
        },
        {
            "start": 962281237,
            "stop": 962282672
        },
        {
            "start": 962283347,
            "stop": 962284146
        },
        {
            "start": 962291609,
            "stop": 962299161
        }
    ]
}