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=1038
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=1039",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1037",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1038,
    "results": [
        {
            "start": 874413303,
            "stop": 874414083
        },
        {
            "start": 874414400,
            "stop": 874414460
        },
        {
            "start": 874414671,
            "stop": 874415211
        },
        {
            "start": 874415426,
            "stop": 874416686
        },
        {
            "start": 874417096,
            "stop": 874417936
        },
        {
            "start": 874418093,
            "stop": 874420373
        },
        {
            "start": 874420666,
            "stop": 874421326
        },
        {
            "start": 874421488,
            "stop": 874421608
        },
        {
            "start": 874429386,
            "stop": 874429566
        },
        {
            "start": 874429766,
            "stop": 874431686
        },
        {
            "start": 874431839,
            "stop": 874432739
        },
        {
            "start": 874433774,
            "stop": 874433894
        },
        {
            "start": 874434313,
            "stop": 874434433
        },
        {
            "start": 874434575,
            "stop": 874436195
        },
        {
            "start": 874438974,
            "stop": 874439874
        },
        {
            "start": 874441181,
            "stop": 874441661
        },
        {
            "start": 874442012,
            "stop": 874442132
        },
        {
            "start": 874442450,
            "stop": 874442570
        },
        {
            "start": 874451188,
            "stop": 874451308
        },
        {
            "start": 874451467,
            "stop": 874451947
        }
    ]
}