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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1905",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1903",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1904,
    "results": [
        {
            "start": 847660890,
            "stop": 847661261
        },
        {
            "start": 847702309,
            "stop": 847717970
        },
        {
            "start": 847718164,
            "stop": 847718165
        },
        {
            "start": 847718169,
            "stop": 847718171
        },
        {
            "start": 847718174,
            "stop": 847718176
        },
        {
            "start": 847718179,
            "stop": 847718181
        },
        {
            "start": 847718184,
            "stop": 847731390
        },
        {
            "start": 847731450,
            "stop": 847731461
        },
        {
            "start": 847731571,
            "stop": 847731585
        },
        {
            "start": 847731885,
            "stop": 847732596
        },
        {
            "start": 847732599,
            "stop": 847732803
        },
        {
            "start": 847736448,
            "stop": 847736635
        },
        {
            "start": 847737250,
            "stop": 847737304
        },
        {
            "start": 847737421,
            "stop": 847737448
        },
        {
            "start": 847737748,
            "stop": 847738140
        },
        {
            "start": 847738534,
            "stop": 847738608
        },
        {
            "start": 847738718,
            "stop": 847738770
        },
        {
            "start": 847739200,
            "stop": 847739229
        },
        {
            "start": 847739642,
            "stop": 847739647
        },
        {
            "start": 847739653,
            "stop": 847740261
        }
    ]
}