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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16595",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16593",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16594,
    "results": [
        {
            "start": 874721079,
            "stop": 874721198
        },
        {
            "start": 874721200,
            "stop": 874721211
        },
        {
            "start": 874721212,
            "stop": 874721231
        },
        {
            "start": 874721233,
            "stop": 874721268
        },
        {
            "start": 874721270,
            "stop": 874721294
        },
        {
            "start": 874721295,
            "stop": 874721307
        },
        {
            "start": 874721309,
            "stop": 874721425
        },
        {
            "start": 874721427,
            "stop": 874721467
        },
        {
            "start": 874721469,
            "stop": 874721509
        },
        {
            "start": 874721510,
            "stop": 874721558
        },
        {
            "start": 874721559,
            "stop": 874721622
        },
        {
            "start": 874721623,
            "stop": 874721655
        },
        {
            "start": 874721657,
            "stop": 874721685
        },
        {
            "start": 874721686,
            "stop": 874721789
        },
        {
            "start": 874721793,
            "stop": 874721880
        },
        {
            "start": 874721881,
            "stop": 874721912
        },
        {
            "start": 874721913,
            "stop": 874721930
        },
        {
            "start": 874721931,
            "stop": 874721967
        },
        {
            "start": 874721968,
            "stop": 874722021
        },
        {
            "start": 874722023,
            "stop": 874722036
        }
    ]
}