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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=70",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 71,
    "results": [
        {
            "start": 816229707,
            "stop": 816229719
        },
        {
            "start": 816229722,
            "stop": 816229891
        },
        {
            "start": 816229894,
            "stop": 816229936
        },
        {
            "start": 816229939,
            "stop": 816230071
        },
        {
            "start": 816230074,
            "stop": 816231207
        },
        {
            "start": 816231210,
            "stop": 816231280
        },
        {
            "start": 816231283,
            "stop": 816231285
        },
        {
            "start": 816231288,
            "stop": 816231784
        },
        {
            "start": 816233403,
            "stop": 816233432
        },
        {
            "start": 816233435,
            "stop": 816233506
        },
        {
            "start": 816233510,
            "stop": 816233536
        },
        {
            "start": 816233936,
            "stop": 816233982
        },
        {
            "start": 816233985,
            "stop": 816234171
        },
        {
            "start": 816234712,
            "stop": 816234726
        },
        {
            "start": 816234729,
            "stop": 816234828
        },
        {
            "start": 816234831,
            "stop": 816234985
        },
        {
            "start": 816234988,
            "stop": 816235656
        },
        {
            "start": 816235660,
            "stop": 816236096
        },
        {
            "start": 816236099,
            "stop": 816236214
        },
        {
            "start": 816236217,
            "stop": 816236307
        }
    ]
}