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=329
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=330",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=328",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 329,
    "results": [
        {
            "start": 834035307,
            "stop": 834037227
        },
        {
            "start": 834038579,
            "stop": 834038939
        },
        {
            "start": 834039100,
            "stop": 834039520
        },
        {
            "start": 834039682,
            "stop": 834039982
        },
        {
            "start": 834040186,
            "stop": 834040546
        },
        {
            "start": 834040913,
            "stop": 834044003
        },
        {
            "start": 834044153,
            "stop": 834046133
        },
        {
            "start": 834046265,
            "stop": 834046325
        },
        {
            "start": 834047169,
            "stop": 834047889
        },
        {
            "start": 834054471,
            "stop": 834059001
        },
        {
            "start": 834059151,
            "stop": 834065091
        },
        {
            "start": 834065241,
            "stop": 834068991
        },
        {
            "start": 834069171,
            "stop": 834069471
        },
        {
            "start": 834074836,
            "stop": 834078946
        },
        {
            "start": 834079351,
            "stop": 834087391
        },
        {
            "start": 834087540,
            "stop": 834087990
        },
        {
            "start": 834088140,
            "stop": 834088440
        },
        {
            "start": 834088597,
            "stop": 834089437
        },
        {
            "start": 834089701,
            "stop": 834089941
        },
        {
            "start": 834090212,
            "stop": 834090332
        }
    ]
}