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=1053
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=1054",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1052",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1053,
    "results": [
        {
            "start": 874756852,
            "stop": 874756912
        },
        {
            "start": 874757075,
            "stop": 874757435
        },
        {
            "start": 874757756,
            "stop": 874757996
        },
        {
            "start": 874758131,
            "stop": 874758911
        },
        {
            "start": 874759044,
            "stop": 874759194
        },
        {
            "start": 874759480,
            "stop": 874759600
        },
        {
            "start": 874760297,
            "stop": 874760357
        },
        {
            "start": 874761076,
            "stop": 874761136
        },
        {
            "start": 874795413,
            "stop": 874795593
        },
        {
            "start": 874795743,
            "stop": 874796463
        },
        {
            "start": 874796771,
            "stop": 874797071
        },
        {
            "start": 874797242,
            "stop": 874797842
        },
        {
            "start": 874797999,
            "stop": 874798359
        },
        {
            "start": 874798580,
            "stop": 874798760
        },
        {
            "start": 874798927,
            "stop": 874799647
        },
        {
            "start": 874799861,
            "stop": 874802081
        },
        {
            "start": 874804169,
            "stop": 874804649
        },
        {
            "start": 874804794,
            "stop": 874804854
        },
        {
            "start": 874804995,
            "stop": 874805175
        },
        {
            "start": 874805672,
            "stop": 874805912
        }
    ]
}