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=4237
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=4238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4236",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4237,
    "results": [
        {
            "start": 874549140,
            "stop": 874549145
        },
        {
            "start": 874549165,
            "stop": 874549234
        },
        {
            "start": 874549253,
            "stop": 874549312
        },
        {
            "start": 874549361,
            "stop": 874549426
        },
        {
            "start": 874549445,
            "stop": 874549474
        },
        {
            "start": 874549494,
            "stop": 874549500
        },
        {
            "start": 874549620,
            "stop": 874549631
        },
        {
            "start": 874549655,
            "stop": 874549661
        },
        {
            "start": 874549800,
            "stop": 874549828
        },
        {
            "start": 874549852,
            "stop": 874549860
        },
        {
            "start": 874549980,
            "stop": 874550100
        },
        {
            "start": 874550220,
            "stop": 874550223
        },
        {
            "start": 874550243,
            "stop": 874550245
        },
        {
            "start": 874550264,
            "stop": 874550270
        },
        {
            "start": 874550355,
            "stop": 874550368
        },
        {
            "start": 874550403,
            "stop": 874550430
        },
        {
            "start": 874550449,
            "stop": 874550460
        },
        {
            "start": 874550640,
            "stop": 874550687
        },
        {
            "start": 874550760,
            "stop": 874550769
        },
        {
            "start": 874550788,
            "stop": 874550820
        }
    ]
}