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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=216",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 217,
    "results": [
        {
            "start": 821174400,
            "stop": 821179836
        },
        {
            "start": 821179839,
            "stop": 821180917
        },
        {
            "start": 821180920,
            "stop": 821182279
        },
        {
            "start": 821213389,
            "stop": 821214483
        },
        {
            "start": 821214511,
            "stop": 821214548
        },
        {
            "start": 821214551,
            "stop": 821215497
        },
        {
            "start": 821215560,
            "stop": 821216588
        },
        {
            "start": 821219445,
            "stop": 821221333
        },
        {
            "start": 821221574,
            "stop": 821221990
        },
        {
            "start": 821224156,
            "stop": 821224730
        },
        {
            "start": 821224733,
            "stop": 821227273
        },
        {
            "start": 821227449,
            "stop": 821227473
        },
        {
            "start": 821227504,
            "stop": 821227523
        },
        {
            "start": 821227526,
            "stop": 821232343
        },
        {
            "start": 821233092,
            "stop": 821237204
        },
        {
            "start": 821237207,
            "stop": 821237308
        },
        {
            "start": 821237312,
            "stop": 821239250
        },
        {
            "start": 821240172,
            "stop": 821240608
        },
        {
            "start": 821240611,
            "stop": 821245814
        },
        {
            "start": 821245817,
            "stop": 821246023
        }
    ]
}