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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14427",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14425",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14426,
    "results": [
        {
            "start": 971501407,
            "stop": 971501466
        },
        {
            "start": 971501469,
            "stop": 971502100
        },
        {
            "start": 971502398,
            "stop": 971502858
        },
        {
            "start": 971502861,
            "stop": 971502991
        },
        {
            "start": 971502994,
            "stop": 971503208
        },
        {
            "start": 971503211,
            "stop": 971503255
        },
        {
            "start": 971503258,
            "stop": 971503260
        },
        {
            "start": 971503263,
            "stop": 971503325
        },
        {
            "start": 971503328,
            "stop": 971503962
        },
        {
            "start": 971503965,
            "stop": 971504068
        },
        {
            "start": 971504071,
            "stop": 971504515
        },
        {
            "start": 971504518,
            "stop": 971504781
        },
        {
            "start": 971504784,
            "stop": 971505288
        },
        {
            "start": 971505291,
            "stop": 971505566
        },
        {
            "start": 971505569,
            "stop": 971506322
        },
        {
            "start": 971506325,
            "stop": 971506775
        },
        {
            "start": 971506778,
            "stop": 971507729
        },
        {
            "start": 971507732,
            "stop": 971509813
        },
        {
            "start": 971509816,
            "stop": 971510006
        },
        {
            "start": 971510009,
            "stop": 971510079
        }
    ]
}