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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=120",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 121,
    "results": [
        {
            "start": 818344969,
            "stop": 818345473
        },
        {
            "start": 818345966,
            "stop": 818346853
        },
        {
            "start": 818348535,
            "stop": 818348664
        },
        {
            "start": 818348668,
            "stop": 818349014
        },
        {
            "start": 818349021,
            "stop": 818352302
        },
        {
            "start": 818354602,
            "stop": 818356310
        },
        {
            "start": 818357721,
            "stop": 818365658
        },
        {
            "start": 818365665,
            "stop": 818365814
        },
        {
            "start": 818366252,
            "stop": 818366346
        },
        {
            "start": 818366522,
            "stop": 818367690
        },
        {
            "start": 818367697,
            "stop": 818370716
        },
        {
            "start": 818370949,
            "stop": 818373502
        },
        {
            "start": 818373503,
            "stop": 818384806
        },
        {
            "start": 818384813,
            "stop": 818386771
        },
        {
            "start": 818386778,
            "stop": 818387019
        },
        {
            "start": 818387026,
            "stop": 818387420
        },
        {
            "start": 818387424,
            "stop": 818407397
        },
        {
            "start": 818407491,
            "stop": 818407512
        },
        {
            "start": 818407590,
            "stop": 818408304
        },
        {
            "start": 818408433,
            "stop": 818408475
        }
    ]
}