Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=154
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=155",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=153",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 154,
    "results": [
        {
            "start": 971296535,
            "stop": 971298089
        },
        {
            "start": 971301239,
            "stop": 971302187
        },
        {
            "start": 971306850,
            "stop": 971306852
        },
        {
            "start": 971306894,
            "stop": 971306921
        },
        {
            "start": 971309223,
            "stop": 971310455
        },
        {
            "start": 971311500,
            "stop": 971312057
        },
        {
            "start": 971316931,
            "stop": 971317389
        },
        {
            "start": 971319871,
            "stop": 971320054
        },
        {
            "start": 971332352,
            "stop": 971332537
        },
        {
            "start": 971347538,
            "stop": 971347649
        },
        {
            "start": 971373812,
            "stop": 971377420
        },
        {
            "start": 971379215,
            "stop": 971397690
        },
        {
            "start": 971398339,
            "stop": 971400122
        },
        {
            "start": 971401223,
            "stop": 971403341
        },
        {
            "start": 971405860,
            "stop": 971408038
        },
        {
            "start": 971408697,
            "stop": 971411455
        },
        {
            "start": 971412994,
            "stop": 971413074
        },
        {
            "start": 971414006,
            "stop": 971414695
        },
        {
            "start": 971415594,
            "stop": 971443979
        },
        {
            "start": 971446579,
            "stop": 971455697
        }
    ]
}