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=122
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=123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=121",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 122,
    "results": [
        {
            "start": 821772627,
            "stop": 821772687
        },
        {
            "start": 821772891,
            "stop": 821773041
        },
        {
            "start": 821773735,
            "stop": 821773795
        },
        {
            "start": 821774485,
            "stop": 821774545
        },
        {
            "start": 821775368,
            "stop": 821775548
        },
        {
            "start": 821777569,
            "stop": 821777629
        },
        {
            "start": 821790720,
            "stop": 821790840
        },
        {
            "start": 821793938,
            "stop": 821793998
        },
        {
            "start": 821794210,
            "stop": 821794390
        },
        {
            "start": 821795034,
            "stop": 821795154
        },
        {
            "start": 821914808,
            "stop": 821914868
        },
        {
            "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": 821922081,
            "stop": 821922621
        },
        {
            "start": 821922807,
            "stop": 821923527
        },
        {
            "start": 821923878,
            "stop": 821924178
        }
    ]
}