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=2
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=3",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 2,
    "results": [
        {
            "start": 816229450,
            "stop": 816229510
        },
        {
            "start": 816229829,
            "stop": 816229949
        },
        {
            "start": 816230104,
            "stop": 816230644
        },
        {
            "start": 816231069,
            "stop": 816231189
        },
        {
            "start": 816231356,
            "stop": 816231656
        },
        {
            "start": 816232397,
            "stop": 816232757
        },
        {
            "start": 816232925,
            "stop": 816233285
        },
        {
            "start": 816233762,
            "stop": 816234302
        },
        {
            "start": 816234586,
            "stop": 816236146
        },
        {
            "start": 816236327,
            "stop": 816236507
        },
        {
            "start": 816260886,
            "stop": 816262386
        },
        {
            "start": 816262573,
            "stop": 816264673
        },
        {
            "start": 816267284,
            "stop": 816269264
        },
        {
            "start": 816271193,
            "stop": 816271373
        },
        {
            "start": 816271586,
            "stop": 816271766
        },
        {
            "start": 816307059,
            "stop": 816308799
        },
        {
            "start": 816310734,
            "stop": 816311394
        },
        {
            "start": 816312412,
            "stop": 816312892
        },
        {
            "start": 816313074,
            "stop": 816313134
        },
        {
            "start": 816313326,
            "stop": 816313566
        }
    ]
}