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=64
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=65",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=63",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 64,
    "results": [
        {
            "start": 819361935,
            "stop": 819362115
        },
        {
            "start": 819362288,
            "stop": 819363368
        },
        {
            "start": 819363541,
            "stop": 819364021
        },
        {
            "start": 819364181,
            "stop": 819364421
        },
        {
            "start": 819364567,
            "stop": 819368647
        },
        {
            "start": 819368808,
            "stop": 819369108
        },
        {
            "start": 819369271,
            "stop": 819370411
        },
        {
            "start": 819370706,
            "stop": 819371066
        },
        {
            "start": 819371255,
            "stop": 819371855
        },
        {
            "start": 819372018,
            "stop": 819375138
        },
        {
            "start": 819375272,
            "stop": 819375512
        },
        {
            "start": 819375657,
            "stop": 819375717
        },
        {
            "start": 819375867,
            "stop": 819376467
        },
        {
            "start": 819376610,
            "stop": 819377690
        },
        {
            "start": 819378092,
            "stop": 819378272
        },
        {
            "start": 819379113,
            "stop": 819379173
        },
        {
            "start": 819379335,
            "stop": 819380115
        },
        {
            "start": 819380285,
            "stop": 819380465
        },
        {
            "start": 819380647,
            "stop": 819380707
        },
        {
            "start": 819380885,
            "stop": 819383825
        }
    ]
}