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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=106",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 107,
    "results": [
        {
            "start": 820798825,
            "stop": 820798885
        },
        {
            "start": 820799020,
            "stop": 820799140
        },
        {
            "start": 820799969,
            "stop": 820800149
        },
        {
            "start": 820800326,
            "stop": 820800566
        },
        {
            "start": 820800737,
            "stop": 820800917
        },
        {
            "start": 820801063,
            "stop": 820801183
        },
        {
            "start": 820801423,
            "stop": 820801543
        },
        {
            "start": 820801698,
            "stop": 820802298
        },
        {
            "start": 820803064,
            "stop": 820803664
        },
        {
            "start": 820803830,
            "stop": 820804790
        },
        {
            "start": 820806375,
            "stop": 820806555
        },
        {
            "start": 820806709,
            "stop": 820807249
        },
        {
            "start": 820807759,
            "stop": 820808479
        },
        {
            "start": 820808633,
            "stop": 820808993
        },
        {
            "start": 820809447,
            "stop": 820809507
        },
        {
            "start": 820809793,
            "stop": 820810573
        },
        {
            "start": 820810774,
            "stop": 820813834
        },
        {
            "start": 820813976,
            "stop": 820814036
        },
        {
            "start": 820814198,
            "stop": 820814378
        },
        {
            "start": 820814818,
            "stop": 820815118
        }
    ]
}