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=311
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=312",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=310",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 311,
    "results": [
        {
            "start": 832959604,
            "stop": 832960024
        },
        {
            "start": 832960187,
            "stop": 832960367
        },
        {
            "start": 832960528,
            "stop": 832960588
        },
        {
            "start": 832960741,
            "stop": 832960981
        },
        {
            "start": 832961187,
            "stop": 832961307
        },
        {
            "start": 832961623,
            "stop": 832961683
        },
        {
            "start": 832962382,
            "stop": 832962442
        },
        {
            "start": 832962662,
            "stop": 832963082
        },
        {
            "start": 832963265,
            "stop": 832963685
        },
        {
            "start": 832963975,
            "stop": 832964095
        },
        {
            "start": 832964445,
            "stop": 832964505
        },
        {
            "start": 832964836,
            "stop": 832965016
        },
        {
            "start": 832965350,
            "stop": 832965830
        },
        {
            "start": 832965992,
            "stop": 832966112
        },
        {
            "start": 832966281,
            "stop": 832966521
        },
        {
            "start": 832967050,
            "stop": 832968550
        },
        {
            "start": 832968722,
            "stop": 832968842
        },
        {
            "start": 832969744,
            "stop": 832969864
        },
        {
            "start": 832970048,
            "stop": 832980248
        },
        {
            "start": 832980473,
            "stop": 832988093
        }
    ]
}