Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=282
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=281",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 282,
    "results": [
        {
            "start": 857677170,
            "stop": 857677829
        },
        {
            "start": 857677832,
            "stop": 857677876
        },
        {
            "start": 857677880,
            "stop": 857678570
        },
        {
            "start": 857679613,
            "stop": 857680529
        },
        {
            "start": 857680533,
            "stop": 857680733
        },
        {
            "start": 857680751,
            "stop": 857681848
        },
        {
            "start": 857681853,
            "stop": 857682007
        },
        {
            "start": 857682621,
            "stop": 857685687
        },
        {
            "start": 857685690,
            "stop": 857685778
        },
        {
            "start": 857685782,
            "stop": 857685792
        },
        {
            "start": 857685796,
            "stop": 857685807
        },
        {
            "start": 857685815,
            "stop": 857685844
        },
        {
            "start": 857685848,
            "stop": 857686165
        },
        {
            "start": 857689497,
            "stop": 857690285
        },
        {
            "start": 857690298,
            "stop": 857690304
        },
        {
            "start": 857690307,
            "stop": 857690342
        },
        {
            "start": 857690346,
            "stop": 857691899
        },
        {
            "start": 857691917,
            "stop": 857692267
        },
        {
            "start": 857692271,
            "stop": 857692651
        },
        {
            "start": 857692654,
            "stop": 857692660
        }
    ]
}