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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=165",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 166,
    "results": [
        {
            "start": 840645771,
            "stop": 840648604
        },
        {
            "start": 840650420,
            "stop": 840671001
        },
        {
            "start": 840673259,
            "stop": 840734651
        },
        {
            "start": 840734990,
            "stop": 840736672
        },
        {
            "start": 840737127,
            "stop": 840737387
        },
        {
            "start": 840738576,
            "stop": 840740465
        },
        {
            "start": 840741762,
            "stop": 840749417
        },
        {
            "start": 840750256,
            "stop": 840752460
        },
        {
            "start": 840752767,
            "stop": 840826334
        },
        {
            "start": 840826434,
            "stop": 840832680
        },
        {
            "start": 840838526,
            "stop": 840857918
        },
        {
            "start": 840859678,
            "stop": 840859772
        },
        {
            "start": 840860630,
            "stop": 840860711
        },
        {
            "start": 840860712,
            "stop": 840860814
        },
        {
            "start": 840860816,
            "stop": 840860820
        },
        {
            "start": 840860821,
            "stop": 840872225
        },
        {
            "start": 840875711,
            "stop": 840882616
        },
        {
            "start": 840883713,
            "stop": 840883965
        },
        {
            "start": 840884942,
            "stop": 840889753
        },
        {
            "start": 840889959,
            "stop": 840889992
        }
    ]
}