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_H1L1/segments?format=api&page=66
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_H1L1/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=65",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 66,
    "results": [
        {
            "start": 819508383,
            "stop": 819508683
        },
        {
            "start": 819508912,
            "stop": 819509212
        },
        {
            "start": 819511483,
            "stop": 819511543
        },
        {
            "start": 819511782,
            "stop": 819511902
        },
        {
            "start": 819512235,
            "stop": 819512355
        },
        {
            "start": 819512523,
            "stop": 819512583
        },
        {
            "start": 819512789,
            "stop": 819512969
        },
        {
            "start": 819513126,
            "stop": 819513186
        },
        {
            "start": 819513461,
            "stop": 819513521
        },
        {
            "start": 819513876,
            "stop": 819514116
        },
        {
            "start": 819514538,
            "stop": 819514598
        },
        {
            "start": 819515085,
            "stop": 819515145
        },
        {
            "start": 819516052,
            "stop": 819516292
        },
        {
            "start": 819516666,
            "stop": 819517086
        },
        {
            "start": 819517265,
            "stop": 819517385
        },
        {
            "start": 819517942,
            "stop": 819518122
        },
        {
            "start": 819518602,
            "stop": 819518662
        },
        {
            "start": 819519202,
            "stop": 819519322
        },
        {
            "start": 819519641,
            "stop": 819519881
        },
        {
            "start": 819520419,
            "stop": 819520479
        }
    ]
}