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=983
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=984",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=982",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 983,
    "results": [
        {
            "start": 872477126,
            "stop": 872477426
        },
        {
            "start": 872477642,
            "stop": 872477882
        },
        {
            "start": 872478122,
            "stop": 872478422
        },
        {
            "start": 872479795,
            "stop": 872479915
        },
        {
            "start": 872480154,
            "stop": 872480274
        },
        {
            "start": 872480434,
            "stop": 872480734
        },
        {
            "start": 872481087,
            "stop": 872481267
        },
        {
            "start": 872481629,
            "stop": 872481809
        },
        {
            "start": 872482071,
            "stop": 872482131
        },
        {
            "start": 872482438,
            "stop": 872482738
        },
        {
            "start": 872482969,
            "stop": 872483449
        },
        {
            "start": 872483612,
            "stop": 872483672
        },
        {
            "start": 872484025,
            "stop": 872484085
        },
        {
            "start": 872484406,
            "stop": 872484586
        },
        {
            "start": 872485798,
            "stop": 872486338
        },
        {
            "start": 872486690,
            "stop": 872486750
        },
        {
            "start": 872486952,
            "stop": 872490612
        },
        {
            "start": 872490787,
            "stop": 872491087
        },
        {
            "start": 872491361,
            "stop": 872491961
        },
        {
            "start": 872492208,
            "stop": 872493588
        }
    ]
}