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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=184",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 185,
    "results": [
        {
            "start": 845448750,
            "stop": 845483874
        },
        {
            "start": 845484261,
            "stop": 845486781
        },
        {
            "start": 845486875,
            "stop": 845492596
        },
        {
            "start": 845492606,
            "stop": 845503698
        },
        {
            "start": 845503807,
            "stop": 845504072
        },
        {
            "start": 845510815,
            "stop": 845540431
        },
        {
            "start": 845542958,
            "stop": 845570176
        },
        {
            "start": 845579083,
            "stop": 845579233
        },
        {
            "start": 845580026,
            "stop": 845587971
        },
        {
            "start": 845588092,
            "stop": 845588468
        },
        {
            "start": 845589185,
            "stop": 845590658
        },
        {
            "start": 845591557,
            "stop": 845643503
        },
        {
            "start": 845643601,
            "stop": 845659355
        },
        {
            "start": 845659511,
            "stop": 845668171
        },
        {
            "start": 845671082,
            "stop": 845674178
        },
        {
            "start": 845676226,
            "stop": 845676949
        },
        {
            "start": 845676950,
            "stop": 845676956
        },
        {
            "start": 845676958,
            "stop": 845720345
        },
        {
            "start": 845720517,
            "stop": 845730602
        },
        {
            "start": 845730604,
            "stop": 845734996
        }
    ]
}