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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8576",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8574",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8575,
    "results": [
        {
            "start": 870276420,
            "stop": 870276480
        },
        {
            "start": 870276540,
            "stop": 870276600
        },
        {
            "start": 870277490,
            "stop": 870277500
        },
        {
            "start": 870277560,
            "stop": 870277935
        },
        {
            "start": 870277939,
            "stop": 870278460
        },
        {
            "start": 870278520,
            "stop": 870278940
        },
        {
            "start": 870279000,
            "stop": 870279181
        },
        {
            "start": 870279301,
            "stop": 870279461
        },
        {
            "start": 870279581,
            "stop": 870279943
        },
        {
            "start": 870280100,
            "stop": 870281510
        },
        {
            "start": 870281590,
            "stop": 870281841
        },
        {
            "start": 870281858,
            "stop": 870282604
        },
        {
            "start": 870282773,
            "stop": 870284145
        },
        {
            "start": 870284370,
            "stop": 870284511
        },
        {
            "start": 870284631,
            "stop": 870284873
        },
        {
            "start": 870284890,
            "stop": 870285176
        },
        {
            "start": 870285296,
            "stop": 870286316
        },
        {
            "start": 870286633,
            "stop": 870286687
        },
        {
            "start": 870286745,
            "stop": 870286757
        },
        {
            "start": 870286870,
            "stop": 870287044
        }
    ]
}