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=350
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=351",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=349",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 350,
    "results": [
        {
            "start": 834775633,
            "stop": 834776053
        },
        {
            "start": 834778347,
            "stop": 834778407
        },
        {
            "start": 834778738,
            "stop": 834778918
        },
        {
            "start": 834779113,
            "stop": 834779593
        },
        {
            "start": 834784186,
            "stop": 834784246
        },
        {
            "start": 834785463,
            "stop": 834785763
        },
        {
            "start": 834786119,
            "stop": 834786179
        },
        {
            "start": 834786357,
            "stop": 834786717
        },
        {
            "start": 834786965,
            "stop": 834787385
        },
        {
            "start": 834787657,
            "stop": 834787837
        },
        {
            "start": 834788812,
            "stop": 834788872
        },
        {
            "start": 834789392,
            "stop": 834790472
        },
        {
            "start": 834790603,
            "stop": 834790693
        },
        {
            "start": 834792385,
            "stop": 834792505
        },
        {
            "start": 834792664,
            "stop": 834793444
        },
        {
            "start": 834812719,
            "stop": 834817459
        },
        {
            "start": 834817677,
            "stop": 834820707
        },
        {
            "start": 834820857,
            "stop": 834822837
        },
        {
            "start": 834823941,
            "stop": 834827601
        },
        {
            "start": 834827631,
            "stop": 834829821
        }
    ]
}