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=738
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=739",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=737",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 738,
    "results": [
        {
            "start": 858094699,
            "stop": 858095059
        },
        {
            "start": 858095277,
            "stop": 858095757
        },
        {
            "start": 858095917,
            "stop": 858096877
        },
        {
            "start": 858097058,
            "stop": 858097358
        },
        {
            "start": 858097601,
            "stop": 858099041
        },
        {
            "start": 858099203,
            "stop": 858102623
        },
        {
            "start": 858102901,
            "stop": 858104341
        },
        {
            "start": 858104493,
            "stop": 858104793
        },
        {
            "start": 858106387,
            "stop": 858106447
        },
        {
            "start": 858106649,
            "stop": 858106889
        },
        {
            "start": 858107304,
            "stop": 858107484
        },
        {
            "start": 858109201,
            "stop": 858110281
        },
        {
            "start": 858110451,
            "stop": 858110631
        },
        {
            "start": 858110810,
            "stop": 858111590
        },
        {
            "start": 858111953,
            "stop": 858112013
        },
        {
            "start": 858113237,
            "stop": 858113657
        },
        {
            "start": 858131742,
            "stop": 858132492
        },
        {
            "start": 858133222,
            "stop": 858133822
        },
        {
            "start": 858133882,
            "stop": 858134242
        },
        {
            "start": 858134464,
            "stop": 858134524
        }
    ]
}