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=862
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=863",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=861",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 862,
    "results": [
        {
            "start": 865275441,
            "stop": 865276041
        },
        {
            "start": 865276177,
            "stop": 865276237
        },
        {
            "start": 865276398,
            "stop": 865276938
        },
        {
            "start": 865277105,
            "stop": 865277765
        },
        {
            "start": 865277915,
            "stop": 865278365
        },
        {
            "start": 865278536,
            "stop": 865278596
        },
        {
            "start": 865278751,
            "stop": 865278931
        },
        {
            "start": 865279077,
            "stop": 865279617
        },
        {
            "start": 865279787,
            "stop": 865279937
        },
        {
            "start": 865279997,
            "stop": 865280567
        },
        {
            "start": 865280943,
            "stop": 865281873
        },
        {
            "start": 865297592,
            "stop": 865297712
        },
        {
            "start": 865298683,
            "stop": 865298743
        },
        {
            "start": 865298893,
            "stop": 865301563
        },
        {
            "start": 865301749,
            "stop": 865303369
        },
        {
            "start": 865303511,
            "stop": 865308551
        },
        {
            "start": 865308772,
            "stop": 865320052
        },
        {
            "start": 865320082,
            "stop": 865320202
        },
        {
            "start": 865320459,
            "stop": 865321059
        },
        {
            "start": 865322138,
            "stop": 865323518
        }
    ]
}