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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8410",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8408",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8409,
    "results": [
        {
            "start": 875121739,
            "stop": 875121805
        },
        {
            "start": 875121822,
            "stop": 875121877
        },
        {
            "start": 875122014,
            "stop": 875122520
        },
        {
            "start": 875122558,
            "stop": 875122629
        },
        {
            "start": 875122648,
            "stop": 875122673
        },
        {
            "start": 875122692,
            "stop": 875122733
        },
        {
            "start": 875122752,
            "stop": 875122829
        },
        {
            "start": 875122848,
            "stop": 875122885
        },
        {
            "start": 875122904,
            "stop": 875122916
        },
        {
            "start": 875122935,
            "stop": 875123196
        },
        {
            "start": 875123215,
            "stop": 875123254
        },
        {
            "start": 875123273,
            "stop": 875123289
        },
        {
            "start": 875123308,
            "stop": 875123401
        },
        {
            "start": 875123428,
            "stop": 875123441
        },
        {
            "start": 875123475,
            "stop": 875123486
        },
        {
            "start": 875123513,
            "stop": 875123525
        },
        {
            "start": 875123544,
            "stop": 875123639
        },
        {
            "start": 875123691,
            "stop": 875123733
        },
        {
            "start": 875123752,
            "stop": 875124235
        },
        {
            "start": 875124261,
            "stop": 875124262
        }
    ]
}