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=1875
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=1876",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1874",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1875,
    "results": [
        {
            "start": 845320068,
            "stop": 845320241
        },
        {
            "start": 845320244,
            "stop": 845321055
        },
        {
            "start": 845321738,
            "stop": 845322440
        },
        {
            "start": 845322448,
            "stop": 845322462
        },
        {
            "start": 845322468,
            "stop": 845322472
        },
        {
            "start": 845322478,
            "stop": 845322492
        },
        {
            "start": 845322498,
            "stop": 845322537
        },
        {
            "start": 845322543,
            "stop": 845324259
        },
        {
            "start": 845324667,
            "stop": 845325531
        },
        {
            "start": 845325679,
            "stop": 845327792
        },
        {
            "start": 845327803,
            "stop": 845327820
        },
        {
            "start": 845327825,
            "stop": 845327867
        },
        {
            "start": 845327873,
            "stop": 845329679
        },
        {
            "start": 845330997,
            "stop": 845332849
        },
        {
            "start": 845332852,
            "stop": 845360333
        },
        {
            "start": 845360443,
            "stop": 845363256
        },
        {
            "start": 845363556,
            "stop": 845376946
        },
        {
            "start": 845381950,
            "stop": 845390405
        },
        {
            "start": 845390410,
            "stop": 845398667
        },
        {
            "start": 845411788,
            "stop": 845419702
        }
    ]
}