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=130
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=131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=129",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 130,
    "results": [
        {
            "start": 821488344,
            "stop": 821488674
        },
        {
            "start": 821489102,
            "stop": 821489672
        },
        {
            "start": 821489702,
            "stop": 821489822
        },
        {
            "start": 821489987,
            "stop": 821490407
        },
        {
            "start": 821490734,
            "stop": 821491214
        },
        {
            "start": 821491355,
            "stop": 821491595
        },
        {
            "start": 821491769,
            "stop": 821492009
        },
        {
            "start": 821492162,
            "stop": 821492402
        },
        {
            "start": 821492613,
            "stop": 821493693
        },
        {
            "start": 821493885,
            "stop": 821494005
        },
        {
            "start": 821494417,
            "stop": 821495257
        },
        {
            "start": 821495443,
            "stop": 821495923
        },
        {
            "start": 821496091,
            "stop": 821496211
        },
        {
            "start": 821497150,
            "stop": 821497270
        },
        {
            "start": 821497646,
            "stop": 821497736
        },
        {
            "start": 821497983,
            "stop": 821498043
        },
        {
            "start": 821499005,
            "stop": 821499065
        },
        {
            "start": 821499324,
            "stop": 821499384
        },
        {
            "start": 821499540,
            "stop": 821499720
        },
        {
            "start": 821502133,
            "stop": 821502253
        }
    ]
}