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=397
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=398",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=396",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 397,
    "results": [
        {
            "start": 837364226,
            "stop": 837364406
        },
        {
            "start": 837364631,
            "stop": 837366491
        },
        {
            "start": 837366647,
            "stop": 837366827
        },
        {
            "start": 837366971,
            "stop": 837368051
        },
        {
            "start": 837368233,
            "stop": 837369133
        },
        {
            "start": 837369223,
            "stop": 837369283
        },
        {
            "start": 837377913,
            "stop": 837378543
        },
        {
            "start": 837378837,
            "stop": 837378957
        },
        {
            "start": 837379113,
            "stop": 837379353
        },
        {
            "start": 837379826,
            "stop": 837379886
        },
        {
            "start": 837380679,
            "stop": 837380739
        },
        {
            "start": 837386562,
            "stop": 837387672
        },
        {
            "start": 837387822,
            "stop": 837388602
        },
        {
            "start": 837388768,
            "stop": 837388888
        },
        {
            "start": 837389047,
            "stop": 837389827
        },
        {
            "start": 837389969,
            "stop": 837390029
        },
        {
            "start": 837390253,
            "stop": 837391033
        },
        {
            "start": 837391178,
            "stop": 837392138
        },
        {
            "start": 837392282,
            "stop": 837392522
        },
        {
            "start": 837393589,
            "stop": 837393769
        }
    ]
}