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/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=399
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=400",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=398",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 399,
    "results": [
        {
            "start": 966723378,
            "stop": 966727727
        },
        {
            "start": 966729881,
            "stop": 966779954
        },
        {
            "start": 966782217,
            "stop": 966783225
        },
        {
            "start": 966785151,
            "stop": 966800696
        },
        {
            "start": 966803258,
            "stop": 966804636
        },
        {
            "start": 966812926,
            "stop": 966871166
        },
        {
            "start": 966872466,
            "stop": 966889521
        },
        {
            "start": 966912834,
            "stop": 966916645
        },
        {
            "start": 966920757,
            "stop": 966945716
        },
        {
            "start": 966947490,
            "stop": 967054536
        },
        {
            "start": 967056247,
            "stop": 967060094
        },
        {
            "start": 967061880,
            "stop": 967070223
        },
        {
            "start": 967070228,
            "stop": 967073454
        },
        {
            "start": 967073459,
            "stop": 967075262
        },
        {
            "start": 967075267,
            "stop": 967144160
        },
        {
            "start": 967147000,
            "stop": 967200093
        },
        {
            "start": 967201703,
            "stop": 967245860
        },
        {
            "start": 967247330,
            "stop": 967269441
        },
        {
            "start": 967271201,
            "stop": 967272412
        },
        {
            "start": 967357045,
            "stop": 967357510
        }
    ]
}