Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=874
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=875",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=873",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 874,
    "results": [
        {
            "start": 862855519,
            "stop": 862856479
        },
        {
            "start": 862856630,
            "stop": 862857830
        },
        {
            "start": 862861390,
            "stop": 862863130
        },
        {
            "start": 862863291,
            "stop": 862863351
        },
        {
            "start": 862863501,
            "stop": 862865481
        },
        {
            "start": 862865631,
            "stop": 862867671
        },
        {
            "start": 862867973,
            "stop": 862868753
        },
        {
            "start": 862868911,
            "stop": 862869931
        },
        {
            "start": 862871942,
            "stop": 862872752
        },
        {
            "start": 862872902,
            "stop": 862872962
        },
        {
            "start": 862873406,
            "stop": 862875086
        },
        {
            "start": 862875241,
            "stop": 862877281
        },
        {
            "start": 862878739,
            "stop": 862879999
        },
        {
            "start": 862881105,
            "stop": 862883085
        },
        {
            "start": 862883981,
            "stop": 862887821
        },
        {
            "start": 862887971,
            "stop": 862888661
        },
        {
            "start": 862888798,
            "stop": 862889758
        },
        {
            "start": 862889906,
            "stop": 862891106
        },
        {
            "start": 862891318,
            "stop": 862891498
        },
        {
            "start": 862891648,
            "stop": 862896928
        }
    ]
}