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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8591",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8589",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8590,
    "results": [
        {
            "start": 870559578,
            "stop": 870559620
        },
        {
            "start": 870559800,
            "stop": 870559897
        },
        {
            "start": 870562038,
            "stop": 870562070
        },
        {
            "start": 870563040,
            "stop": 870563340
        },
        {
            "start": 870563469,
            "stop": 870563512
        },
        {
            "start": 870563760,
            "stop": 870563827
        },
        {
            "start": 870563844,
            "stop": 870564000
        },
        {
            "start": 870564120,
            "stop": 870564240
        },
        {
            "start": 870564300,
            "stop": 870564600
        },
        {
            "start": 870564676,
            "stop": 870564680
        },
        {
            "start": 870564780,
            "stop": 870564786
        },
        {
            "start": 870564820,
            "stop": 870565140
        },
        {
            "start": 870565560,
            "stop": 870565680
        },
        {
            "start": 870565860,
            "stop": 870565889
        },
        {
            "start": 870565906,
            "stop": 870565920
        },
        {
            "start": 870566700,
            "stop": 870566760
        },
        {
            "start": 870569580,
            "stop": 870569640
        },
        {
            "start": 870570120,
            "stop": 870570180
        },
        {
            "start": 870573180,
            "stop": 870573240
        },
        {
            "start": 870573540,
            "stop": 870573600
        }
    ]
}