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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=303",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 304,
    "results": [
        {
            "start": 852427617,
            "stop": 852427715
        },
        {
            "start": 852427718,
            "stop": 852427753
        },
        {
            "start": 852430257,
            "stop": 852430258
        },
        {
            "start": 852430562,
            "stop": 852432209
        },
        {
            "start": 852432213,
            "stop": 852432258
        },
        {
            "start": 852432262,
            "stop": 852432279
        },
        {
            "start": 852432283,
            "stop": 852436171
        },
        {
            "start": 852436175,
            "stop": 852436209
        },
        {
            "start": 852436213,
            "stop": 852436219
        },
        {
            "start": 852436228,
            "stop": 852436233
        },
        {
            "start": 852436237,
            "stop": 852436368
        },
        {
            "start": 852436402,
            "stop": 852436688
        },
        {
            "start": 852436692,
            "stop": 852436698
        },
        {
            "start": 852436702,
            "stop": 852436910
        },
        {
            "start": 852436914,
            "stop": 852437100
        },
        {
            "start": 852437104,
            "stop": 852440053
        },
        {
            "start": 852442901,
            "stop": 852458685
        },
        {
            "start": 852458694,
            "stop": 852490026
        },
        {
            "start": 852490030,
            "stop": 852490132
        },
        {
            "start": 852490146,
            "stop": 852490186
        }
    ]
}