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=4268
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=4269",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4267",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4268,
    "results": [
        {
            "start": 874610857,
            "stop": 874610864
        },
        {
            "start": 874610900,
            "stop": 874610901
        },
        {
            "start": 874610959,
            "stop": 874610970
        },
        {
            "start": 874610989,
            "stop": 874611030
        },
        {
            "start": 874611049,
            "stop": 874611054
        },
        {
            "start": 874611073,
            "stop": 874611097
        },
        {
            "start": 874611116,
            "stop": 874611204
        },
        {
            "start": 874611223,
            "stop": 874611230
        },
        {
            "start": 874611260,
            "stop": 874611318
        },
        {
            "start": 874611348,
            "stop": 874611382
        },
        {
            "start": 874611406,
            "stop": 874611416
        },
        {
            "start": 874611436,
            "stop": 874611443
        },
        {
            "start": 874611463,
            "stop": 874611485
        },
        {
            "start": 874611505,
            "stop": 874611512
        },
        {
            "start": 874611557,
            "stop": 874611583
        },
        {
            "start": 874611633,
            "stop": 874611646
        },
        {
            "start": 874611676,
            "stop": 874611718
        },
        {
            "start": 874611737,
            "stop": 874611762
        },
        {
            "start": 874611785,
            "stop": 874611788
        },
        {
            "start": 874611807,
            "stop": 874611835
        }
    ]
}