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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=448",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=446",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 447,
    "results": [
        {
            "start": 821775988,
            "stop": 821775989
        },
        {
            "start": 821775994,
            "stop": 821776011
        },
        {
            "start": 821776017,
            "stop": 821776019
        },
        {
            "start": 821776030,
            "stop": 821776037
        },
        {
            "start": 821776041,
            "stop": 821776042
        },
        {
            "start": 821776045,
            "stop": 821776050
        },
        {
            "start": 821776053,
            "stop": 821776055
        },
        {
            "start": 821776058,
            "stop": 821776060
        },
        {
            "start": 821776063,
            "stop": 821776080
        },
        {
            "start": 821776083,
            "stop": 821776090
        },
        {
            "start": 821776093,
            "stop": 821776102
        },
        {
            "start": 821776105,
            "stop": 821776108
        },
        {
            "start": 821776116,
            "stop": 821776124
        },
        {
            "start": 821776129,
            "stop": 821776133
        },
        {
            "start": 821776138,
            "stop": 821776140
        },
        {
            "start": 821776144,
            "stop": 821776146
        },
        {
            "start": 821776153,
            "stop": 821776157
        },
        {
            "start": 821776161,
            "stop": 821776164
        },
        {
            "start": 821776169,
            "stop": 821776170
        },
        {
            "start": 821776178,
            "stop": 821776179
        }
    ]
}