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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1010",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1008",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1009,
    "results": [
        {
            "start": 873459338,
            "stop": 873459878
        },
        {
            "start": 873460031,
            "stop": 873460151
        },
        {
            "start": 873464409,
            "stop": 873464769
        },
        {
            "start": 873465007,
            "stop": 873465067
        },
        {
            "start": 873467404,
            "stop": 873467524
        },
        {
            "start": 873469533,
            "stop": 873471333
        },
        {
            "start": 873471836,
            "stop": 873472316
        },
        {
            "start": 873474007,
            "stop": 873477517
        },
        {
            "start": 873477637,
            "stop": 873481567
        },
        {
            "start": 873481788,
            "stop": 873481968
        },
        {
            "start": 873482122,
            "stop": 873486832
        },
        {
            "start": 873488026,
            "stop": 873489046
        },
        {
            "start": 873489303,
            "stop": 873489543
        },
        {
            "start": 873493601,
            "stop": 873493661
        },
        {
            "start": 873493822,
            "stop": 873493882
        },
        {
            "start": 873494124,
            "stop": 873496584
        },
        {
            "start": 873497898,
            "stop": 873499458
        },
        {
            "start": 873499488,
            "stop": 873499758
        },
        {
            "start": 873499788,
            "stop": 873501618
        },
        {
            "start": 873503078,
            "stop": 873505418
        }
    ]
}