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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=163",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 164,
    "results": [
        {
            "start": 832639927,
            "stop": 832639947
        },
        {
            "start": 832639955,
            "stop": 832640196
        },
        {
            "start": 832640200,
            "stop": 832640291
        },
        {
            "start": 832640295,
            "stop": 832640300
        },
        {
            "start": 832640309,
            "stop": 832640315
        },
        {
            "start": 832640318,
            "stop": 832640329
        },
        {
            "start": 832640338,
            "stop": 832640348
        },
        {
            "start": 832640352,
            "stop": 832640363
        },
        {
            "start": 832640406,
            "stop": 832640420
        },
        {
            "start": 832640424,
            "stop": 832640464
        },
        {
            "start": 832640468,
            "stop": 832640488
        },
        {
            "start": 832640492,
            "stop": 832640497
        },
        {
            "start": 832642850,
            "stop": 832643184
        },
        {
            "start": 832643192,
            "stop": 832643222
        },
        {
            "start": 832643245,
            "stop": 832643266
        },
        {
            "start": 832643270,
            "stop": 832643358
        },
        {
            "start": 832643367,
            "stop": 832643393
        },
        {
            "start": 832643397,
            "stop": 832643465
        },
        {
            "start": 832643468,
            "stop": 832643505
        },
        {
            "start": 832644551,
            "stop": 832650602
        }
    ]
}