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=4323
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=4324",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4322",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4323,
    "results": [
        {
            "start": 874714032,
            "stop": 874714054
        },
        {
            "start": 874714294,
            "stop": 874714313
        },
        {
            "start": 874714333,
            "stop": 874714352
        },
        {
            "start": 874714371,
            "stop": 874714444
        },
        {
            "start": 874714478,
            "stop": 874714500
        },
        {
            "start": 874714519,
            "stop": 874714563
        },
        {
            "start": 874714583,
            "stop": 874714588
        },
        {
            "start": 874714607,
            "stop": 874714614
        },
        {
            "start": 874714644,
            "stop": 874714703
        },
        {
            "start": 874714728,
            "stop": 874714735
        },
        {
            "start": 874714786,
            "stop": 874714829
        },
        {
            "start": 874715025,
            "stop": 874715031
        },
        {
            "start": 874715050,
            "stop": 874715066
        },
        {
            "start": 874715085,
            "stop": 874715112
        },
        {
            "start": 874715132,
            "stop": 874715204
        },
        {
            "start": 874715223,
            "stop": 874715236
        },
        {
            "start": 874715255,
            "stop": 874715281
        },
        {
            "start": 874715300,
            "stop": 874715360
        },
        {
            "start": 874715387,
            "stop": 874715426
        },
        {
            "start": 874715445,
            "stop": 874715492
        }
    ]
}