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=38
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=39",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=37",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 38,
    "results": [
        {
            "start": 817899495,
            "stop": 817899735
        },
        {
            "start": 817899952,
            "stop": 817900012
        },
        {
            "start": 817901196,
            "stop": 817901256
        },
        {
            "start": 817903037,
            "stop": 817903277
        },
        {
            "start": 817903433,
            "stop": 817903853
        },
        {
            "start": 817904254,
            "stop": 817904794
        },
        {
            "start": 817905064,
            "stop": 817905304
        },
        {
            "start": 817905552,
            "stop": 817905732
        },
        {
            "start": 817906533,
            "stop": 817906593
        },
        {
            "start": 817906897,
            "stop": 817907017
        },
        {
            "start": 817907576,
            "stop": 817907636
        },
        {
            "start": 817907808,
            "stop": 817907868
        },
        {
            "start": 817908261,
            "stop": 817908381
        },
        {
            "start": 817981974,
            "stop": 817982034
        },
        {
            "start": 817982344,
            "stop": 817982584
        },
        {
            "start": 817983013,
            "stop": 817983073
        },
        {
            "start": 817983361,
            "stop": 817983481
        },
        {
            "start": 817983688,
            "stop": 817983748
        },
        {
            "start": 817984982,
            "stop": 817985102
        },
        {
            "start": 817987673,
            "stop": 817987793
        }
    ]
}