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=362
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=363",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=361",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 362,
    "results": [
        {
            "start": 858783042,
            "stop": 858783047
        },
        {
            "start": 858783051,
            "stop": 858783066
        },
        {
            "start": 858783070,
            "stop": 858783129
        },
        {
            "start": 858783133,
            "stop": 858783243
        },
        {
            "start": 858783252,
            "stop": 858783267
        },
        {
            "start": 858783271,
            "stop": 858783286
        },
        {
            "start": 858783290,
            "stop": 858783472
        },
        {
            "start": 858783774,
            "stop": 858783857
        },
        {
            "start": 858783861,
            "stop": 858783934
        },
        {
            "start": 858783938,
            "stop": 858783968
        },
        {
            "start": 858783972,
            "stop": 858783996
        },
        {
            "start": 858784005,
            "stop": 858784087
        },
        {
            "start": 858784156,
            "stop": 858784203
        },
        {
            "start": 858784207,
            "stop": 858784637
        },
        {
            "start": 858784641,
            "stop": 858785106
        },
        {
            "start": 858785110,
            "stop": 858785121
        },
        {
            "start": 858785139,
            "stop": 858785469
        },
        {
            "start": 858785533,
            "stop": 858785831
        },
        {
            "start": 858785835,
            "stop": 858785954
        },
        {
            "start": 858791763,
            "stop": 858792141
        }
    ]
}