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=139
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=140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=138",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 139,
    "results": [
        {
            "start": 822137364,
            "stop": 822137484
        },
        {
            "start": 822137905,
            "stop": 822137965
        },
        {
            "start": 822178966,
            "stop": 822179206
        },
        {
            "start": 822179572,
            "stop": 822179632
        },
        {
            "start": 822181279,
            "stop": 822181879
        },
        {
            "start": 822182028,
            "stop": 822182208
        },
        {
            "start": 822182379,
            "stop": 822182739
        },
        {
            "start": 822183860,
            "stop": 822184220
        },
        {
            "start": 822184382,
            "stop": 822184922
        },
        {
            "start": 822186172,
            "stop": 822186832
        },
        {
            "start": 822186985,
            "stop": 822187405
        },
        {
            "start": 822187578,
            "stop": 822188838
        },
        {
            "start": 822188999,
            "stop": 822189119
        },
        {
            "start": 822189714,
            "stop": 822190014
        },
        {
            "start": 822190581,
            "stop": 822191241
        },
        {
            "start": 822191627,
            "stop": 822191747
        },
        {
            "start": 822192118,
            "stop": 822192358
        },
        {
            "start": 822192504,
            "stop": 822192624
        },
        {
            "start": 822192816,
            "stop": 822193116
        },
        {
            "start": 822193313,
            "stop": 822194033
        }
    ]
}