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=130
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=131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=129",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 130,
    "results": [
        {
            "start": 816744504,
            "stop": 816744518
        },
        {
            "start": 816744524,
            "stop": 816744600
        },
        {
            "start": 816744604,
            "stop": 816744613
        },
        {
            "start": 816744616,
            "stop": 816744662
        },
        {
            "start": 816744666,
            "stop": 816744825
        },
        {
            "start": 816744828,
            "stop": 816744950
        },
        {
            "start": 816744953,
            "stop": 816744956
        },
        {
            "start": 816744960,
            "stop": 816744961
        },
        {
            "start": 816744965,
            "stop": 816744968
        },
        {
            "start": 816744973,
            "stop": 816744983
        },
        {
            "start": 816744987,
            "stop": 816744991
        },
        {
            "start": 816744994,
            "stop": 816744997
        },
        {
            "start": 816745001,
            "stop": 816745072
        },
        {
            "start": 816745075,
            "stop": 816745090
        },
        {
            "start": 816745093,
            "stop": 816745110
        },
        {
            "start": 816745113,
            "stop": 816745117
        },
        {
            "start": 816745125,
            "stop": 816745126
        },
        {
            "start": 816745130,
            "stop": 816745138
        },
        {
            "start": 816745144,
            "stop": 816745146
        },
        {
            "start": 816745151,
            "stop": 816745153
        }
    ]
}