Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=735
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=736",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=734",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 735,
    "results": [
        {
            "start": 870274936,
            "stop": 870289950
        },
        {
            "start": 870290752,
            "stop": 870292482
        },
        {
            "start": 870306753,
            "stop": 870341310
        },
        {
            "start": 870341370,
            "stop": 870342111
        },
        {
            "start": 870343021,
            "stop": 870353265
        },
        {
            "start": 870353386,
            "stop": 870353434
        },
        {
            "start": 870353467,
            "stop": 870353469
        },
        {
            "start": 870353480,
            "stop": 870403550
        },
        {
            "start": 870404176,
            "stop": 870415500
        },
        {
            "start": 870415560,
            "stop": 870453030
        },
        {
            "start": 870454560,
            "stop": 870455146
        },
        {
            "start": 870455151,
            "stop": 870456499
        },
        {
            "start": 870456516,
            "stop": 870467407
        },
        {
            "start": 870469208,
            "stop": 870474471
        },
        {
            "start": 870474488,
            "stop": 870526849
        },
        {
            "start": 870527777,
            "stop": 870534016
        },
        {
            "start": 870549890,
            "stop": 870553559
        },
        {
            "start": 870556709,
            "stop": 870559623
        },
        {
            "start": 870563501,
            "stop": 870568020
        },
        {
            "start": 870568545,
            "stop": 870568770
        }
    ]
}