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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3810",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3808",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3809,
    "results": [
        {
            "start": 874601438,
            "stop": 874602606
        },
        {
            "start": 874602623,
            "stop": 874604512
        },
        {
            "start": 874604580,
            "stop": 874605120
        },
        {
            "start": 874605180,
            "stop": 874606729
        },
        {
            "start": 874606746,
            "stop": 874607663
        },
        {
            "start": 874607666,
            "stop": 874608480
        },
        {
            "start": 874608540,
            "stop": 874609800
        },
        {
            "start": 874609860,
            "stop": 874610100
        },
        {
            "start": 874610117,
            "stop": 874610974
        },
        {
            "start": 874610991,
            "stop": 874611521
        },
        {
            "start": 874611538,
            "stop": 874611652
        },
        {
            "start": 874611669,
            "stop": 874611676
        },
        {
            "start": 874611693,
            "stop": 874612740
        },
        {
            "start": 874612800,
            "stop": 874613670
        },
        {
            "start": 874613760,
            "stop": 874615770
        },
        {
            "start": 874615860,
            "stop": 874617284
        },
        {
            "start": 874617301,
            "stop": 874617360
        },
        {
            "start": 874617420,
            "stop": 874617840
        },
        {
            "start": 874617900,
            "stop": 874618307
        },
        {
            "start": 874618324,
            "stop": 874619691
        }
    ]
}