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=1034
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=1035",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1033",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1034,
    "results": [
        {
            "start": 874289262,
            "stop": 874289862
        },
        {
            "start": 874290517,
            "stop": 874290997
        },
        {
            "start": 874291174,
            "stop": 874293034
        },
        {
            "start": 874294504,
            "stop": 874294864
        },
        {
            "start": 874295260,
            "stop": 874296100
        },
        {
            "start": 874296394,
            "stop": 874297114
        },
        {
            "start": 874297295,
            "stop": 874297955
        },
        {
            "start": 874298246,
            "stop": 874298846
        },
        {
            "start": 874298997,
            "stop": 874299177
        },
        {
            "start": 874299449,
            "stop": 874302809
        },
        {
            "start": 874302948,
            "stop": 874303008
        },
        {
            "start": 874303164,
            "stop": 874303704
        },
        {
            "start": 874303859,
            "stop": 874304039
        },
        {
            "start": 874304186,
            "stop": 874304426
        },
        {
            "start": 874304826,
            "stop": 874305366
        },
        {
            "start": 874305524,
            "stop": 874305884
        },
        {
            "start": 874306057,
            "stop": 874306177
        },
        {
            "start": 874306345,
            "stop": 874306405
        },
        {
            "start": 874307853,
            "stop": 874309653
        },
        {
            "start": 874311347,
            "stop": 874311467
        }
    ]
}