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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9976",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9974",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9975,
    "results": [
        {
            "start": 875112822,
            "stop": 875112823
        },
        {
            "start": 875112826,
            "stop": 875112831
        },
        {
            "start": 875112834,
            "stop": 875112967
        },
        {
            "start": 875112970,
            "stop": 875113006
        },
        {
            "start": 875113009,
            "stop": 875113025
        },
        {
            "start": 875113033,
            "stop": 875113035
        },
        {
            "start": 875113040,
            "stop": 875113070
        },
        {
            "start": 875113076,
            "stop": 875113145
        },
        {
            "start": 875113149,
            "stop": 875113170
        },
        {
            "start": 875113173,
            "stop": 875113350
        },
        {
            "start": 875113353,
            "stop": 875113397
        },
        {
            "start": 875113400,
            "stop": 875113501
        },
        {
            "start": 875113504,
            "stop": 875113520
        },
        {
            "start": 875113523,
            "stop": 875113531
        },
        {
            "start": 875113534,
            "stop": 875113584
        },
        {
            "start": 875113587,
            "stop": 875113808
        },
        {
            "start": 875113811,
            "stop": 875113861
        },
        {
            "start": 875113864,
            "stop": 875113869
        },
        {
            "start": 875113874,
            "stop": 875113876
        },
        {
            "start": 875113879,
            "stop": 875113894
        }
    ]
}