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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=258",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 259,
    "results": [
        {
            "start": 933335287,
            "stop": 933335308
        },
        {
            "start": 933335309,
            "stop": 933335320
        },
        {
            "start": 933335322,
            "stop": 933335323
        },
        {
            "start": 933335325,
            "stop": 933335333
        },
        {
            "start": 933335351,
            "stop": 933335352
        },
        {
            "start": 933335363,
            "stop": 933335365
        },
        {
            "start": 933335366,
            "stop": 933335403
        },
        {
            "start": 933335405,
            "stop": 933335409
        },
        {
            "start": 933335428,
            "stop": 933335445
        },
        {
            "start": 933335446,
            "stop": 933335459
        },
        {
            "start": 933335478,
            "stop": 933335492
        },
        {
            "start": 933335494,
            "stop": 933335496
        },
        {
            "start": 933335498,
            "stop": 933335533
        },
        {
            "start": 933335534,
            "stop": 933335549
        },
        {
            "start": 933335550,
            "stop": 933335698
        },
        {
            "start": 933335699,
            "stop": 933336055
        },
        {
            "start": 933336078,
            "stop": 933336104
        },
        {
            "start": 933336123,
            "stop": 933336128
        },
        {
            "start": 933336147,
            "stop": 933336149
        },
        {
            "start": 933336168,
            "stop": 933336230
        }
    ]
}