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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=198",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 199,
    "results": [
        {
            "start": 933871738,
            "stop": 933872562
        },
        {
            "start": 933872566,
            "stop": 933872580
        },
        {
            "start": 933872583,
            "stop": 933872607
        },
        {
            "start": 933872609,
            "stop": 933872613
        },
        {
            "start": 933872616,
            "stop": 933872622
        },
        {
            "start": 933872624,
            "stop": 933872631
        },
        {
            "start": 933872633,
            "stop": 933876152
        },
        {
            "start": 933876157,
            "stop": 933876181
        },
        {
            "start": 933876183,
            "stop": 933876214
        },
        {
            "start": 933876216,
            "stop": 933876230
        },
        {
            "start": 933876235,
            "stop": 933876856
        },
        {
            "start": 933880194,
            "stop": 933882499
        },
        {
            "start": 933883904,
            "stop": 933885593
        },
        {
            "start": 933885599,
            "stop": 933886585
        },
        {
            "start": 933886592,
            "stop": 933886954
        },
        {
            "start": 933886956,
            "stop": 933886964
        },
        {
            "start": 933886966,
            "stop": 933886980
        },
        {
            "start": 933886982,
            "stop": 933887005
        },
        {
            "start": 933887008,
            "stop": 933887011
        },
        {
            "start": 933887014,
            "stop": 933887028
        }
    ]
}