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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5330",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5328",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5329,
    "results": [
        {
            "start": 971100556,
            "stop": 971100754
        },
        {
            "start": 971100759,
            "stop": 971101387
        },
        {
            "start": 971101390,
            "stop": 971101451
        },
        {
            "start": 971101454,
            "stop": 971101538
        },
        {
            "start": 971101598,
            "stop": 971101778
        },
        {
            "start": 971106036,
            "stop": 971106259
        },
        {
            "start": 971106294,
            "stop": 971106478
        },
        {
            "start": 971106481,
            "stop": 971106562
        },
        {
            "start": 971106565,
            "stop": 971106749
        },
        {
            "start": 971106752,
            "stop": 971106776
        },
        {
            "start": 971106779,
            "stop": 971106889
        },
        {
            "start": 971106893,
            "stop": 971106939
        },
        {
            "start": 971106949,
            "stop": 971107174
        },
        {
            "start": 971107177,
            "stop": 971108475
        },
        {
            "start": 971108478,
            "stop": 971108495
        },
        {
            "start": 971108498,
            "stop": 971108973
        },
        {
            "start": 971108976,
            "stop": 971109103
        },
        {
            "start": 971111618,
            "stop": 971114140
        },
        {
            "start": 971114143,
            "stop": 971114915
        },
        {
            "start": 971114918,
            "stop": 971115052
        }
    ]
}