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_H1L1/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_H1L1/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=129",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 130,
    "results": [
        {
            "start": 822218688,
            "stop": 822219228
        },
        {
            "start": 822219386,
            "stop": 822220826
        },
        {
            "start": 822221003,
            "stop": 822221183
        },
        {
            "start": 822228005,
            "stop": 822228125
        },
        {
            "start": 822229532,
            "stop": 822230252
        },
        {
            "start": 822230403,
            "stop": 822230463
        },
        {
            "start": 822237725,
            "stop": 822238025
        },
        {
            "start": 822261315,
            "stop": 822261435
        },
        {
            "start": 822265572,
            "stop": 822266592
        },
        {
            "start": 822268283,
            "stop": 822268583
        },
        {
            "start": 822270727,
            "stop": 822271507
        },
        {
            "start": 822271676,
            "stop": 822271736
        },
        {
            "start": 822272233,
            "stop": 822272713
        },
        {
            "start": 822273804,
            "stop": 822273924
        },
        {
            "start": 822274249,
            "stop": 822274369
        },
        {
            "start": 822274671,
            "stop": 822274731
        },
        {
            "start": 822275010,
            "stop": 822275310
        },
        {
            "start": 822275463,
            "stop": 822275763
        },
        {
            "start": 822276165,
            "stop": 822276225
        },
        {
            "start": 822278538,
            "stop": 822278718
        }
    ]
}