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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=735",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=733",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 734,
    "results": [
        {
            "start": 855151667,
            "stop": 855151757
        },
        {
            "start": 855151907,
            "stop": 855154787
        },
        {
            "start": 855156813,
            "stop": 855157653
        },
        {
            "start": 855157880,
            "stop": 855160040
        },
        {
            "start": 855160209,
            "stop": 855162009
        },
        {
            "start": 855162144,
            "stop": 855163044
        },
        {
            "start": 855163194,
            "stop": 855163524
        },
        {
            "start": 855163679,
            "stop": 855164759
        },
        {
            "start": 855164916,
            "stop": 855167136
        },
        {
            "start": 855171201,
            "stop": 855182181
        },
        {
            "start": 855182406,
            "stop": 855198006
        },
        {
            "start": 855198838,
            "stop": 855207658
        },
        {
            "start": 855207867,
            "stop": 855208197
        },
        {
            "start": 855208347,
            "stop": 855208767
        },
        {
            "start": 855208917,
            "stop": 855210627
        },
        {
            "start": 855210777,
            "stop": 855216507
        },
        {
            "start": 855217600,
            "stop": 855220480
        },
        {
            "start": 855220630,
            "stop": 855228820
        },
        {
            "start": 855230339,
            "stop": 855231959
        },
        {
            "start": 855232239,
            "stop": 855233559
        }
    ]
}