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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=320",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=318",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 319,
    "results": [
        {
            "start": 821334222,
            "stop": 821334340
        },
        {
            "start": 821334347,
            "stop": 821334431
        },
        {
            "start": 821334438,
            "stop": 821334549
        },
        {
            "start": 821334557,
            "stop": 821334851
        },
        {
            "start": 821334860,
            "stop": 821335112
        },
        {
            "start": 821335115,
            "stop": 821335448
        },
        {
            "start": 821335451,
            "stop": 821335507
        },
        {
            "start": 821335510,
            "stop": 821335725
        },
        {
            "start": 821335732,
            "stop": 821335850
        },
        {
            "start": 821335853,
            "stop": 821335898
        },
        {
            "start": 821335901,
            "stop": 821335932
        },
        {
            "start": 821335935,
            "stop": 821338628
        },
        {
            "start": 821338635,
            "stop": 821339386
        },
        {
            "start": 821339393,
            "stop": 821341420
        },
        {
            "start": 821341427,
            "stop": 821342654
        },
        {
            "start": 821342662,
            "stop": 821343046
        },
        {
            "start": 821343053,
            "stop": 821344179
        },
        {
            "start": 821344679,
            "stop": 821344777
        },
        {
            "start": 821344975,
            "stop": 821345383
        },
        {
            "start": 821345390,
            "stop": 821346579
        }
    ]
}