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/H1_STOCH_CAT2_H1L1/segments?format=api&page=790
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=791",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=789",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 790,
    "results": [
        {
            "start": 858095917,
            "stop": 858096877
        },
        {
            "start": 858097058,
            "stop": 858097358
        },
        {
            "start": 858097601,
            "stop": 858099041
        },
        {
            "start": 858099193,
            "stop": 858099463
        },
        {
            "start": 858099613,
            "stop": 858101473
        },
        {
            "start": 858101613,
            "stop": 858102543
        },
        {
            "start": 858102693,
            "stop": 858102753
        },
        {
            "start": 858102901,
            "stop": 858104341
        },
        {
            "start": 858104493,
            "stop": 858104793
        },
        {
            "start": 858106649,
            "stop": 858106889
        },
        {
            "start": 858107306,
            "stop": 858107486
        },
        {
            "start": 858109201,
            "stop": 858110281
        },
        {
            "start": 858110451,
            "stop": 858110631
        },
        {
            "start": 858110809,
            "stop": 858111049
        },
        {
            "start": 858111396,
            "stop": 858111576
        },
        {
            "start": 858111953,
            "stop": 858112013
        },
        {
            "start": 858113237,
            "stop": 858113657
        },
        {
            "start": 858131636,
            "stop": 858132596
        },
        {
            "start": 858132686,
            "stop": 858133796
        },
        {
            "start": 858133916,
            "stop": 858134246
        }
    ]
}