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_CAT1/segments?format=api&page=72
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=71",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 72,
    "results": [
        {
            "start": 816476792,
            "stop": 816476873
        },
        {
            "start": 816476877,
            "stop": 816476879
        },
        {
            "start": 816476900,
            "stop": 816476902
        },
        {
            "start": 816476917,
            "stop": 816476919
        },
        {
            "start": 816476925,
            "stop": 816476976
        },
        {
            "start": 816476982,
            "stop": 816476984
        },
        {
            "start": 816477002,
            "stop": 816477121
        },
        {
            "start": 816477124,
            "stop": 816477198
        },
        {
            "start": 816477202,
            "stop": 816477359
        },
        {
            "start": 816477363,
            "stop": 816477463
        },
        {
            "start": 816477474,
            "stop": 816477477
        },
        {
            "start": 816477493,
            "stop": 816477497
        },
        {
            "start": 816477500,
            "stop": 816477502
        },
        {
            "start": 816477506,
            "stop": 816477511
        },
        {
            "start": 816477517,
            "stop": 816477520
        },
        {
            "start": 816477526,
            "stop": 816477528
        },
        {
            "start": 816477540,
            "stop": 816477797
        },
        {
            "start": 816477805,
            "stop": 816477811
        },
        {
            "start": 816477818,
            "stop": 816477819
        },
        {
            "start": 816477824,
            "stop": 816477826
        }
    ]
}