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=133
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=134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=132",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 133,
    "results": [
        {
            "start": 821777569,
            "stop": 821777629
        },
        {
            "start": 821790725,
            "stop": 821790785
        },
        {
            "start": 821793938,
            "stop": 821793998
        },
        {
            "start": 821794210,
            "stop": 821794390
        },
        {
            "start": 821795034,
            "stop": 821795154
        },
        {
            "start": 821914808,
            "stop": 821914868
        },
        {
            "start": 821915745,
            "stop": 821915865
        },
        {
            "start": 821916467,
            "stop": 821916887
        },
        {
            "start": 821917037,
            "stop": 821917397
        },
        {
            "start": 821917536,
            "stop": 821918976
        },
        {
            "start": 821919178,
            "stop": 821919778
        },
        {
            "start": 821920096,
            "stop": 821920216
        },
        {
            "start": 821920375,
            "stop": 821921875
        },
        {
            "start": 821922261,
            "stop": 821922621
        },
        {
            "start": 821922807,
            "stop": 821923527
        },
        {
            "start": 821923878,
            "stop": 821924178
        },
        {
            "start": 821924498,
            "stop": 821924798
        },
        {
            "start": 821924975,
            "stop": 821925215
        },
        {
            "start": 821925488,
            "stop": 821925848
        },
        {
            "start": 821926055,
            "stop": 821928215
        }
    ]
}