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=964
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=965",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=963",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 964,
    "results": [
        {
            "start": 868420293,
            "stop": 868425153
        },
        {
            "start": 868425213,
            "stop": 868428903
        },
        {
            "start": 868429053,
            "stop": 868431213
        },
        {
            "start": 868431429,
            "stop": 868434069
        },
        {
            "start": 868434222,
            "stop": 868434582
        },
        {
            "start": 868435512,
            "stop": 868438452
        },
        {
            "start": 868440547,
            "stop": 868440757
        },
        {
            "start": 868440907,
            "stop": 868454287
        },
        {
            "start": 868454483,
            "stop": 868454783
        },
        {
            "start": 868455069,
            "stop": 868455429
        },
        {
            "start": 868455585,
            "stop": 868455705
        },
        {
            "start": 868456105,
            "stop": 868456375
        },
        {
            "start": 868456525,
            "stop": 868457005
        },
        {
            "start": 868457206,
            "stop": 868457686
        },
        {
            "start": 868457946,
            "stop": 868458066
        },
        {
            "start": 868458211,
            "stop": 868458691
        },
        {
            "start": 868458974,
            "stop": 868460354
        },
        {
            "start": 868460501,
            "stop": 868463021
        },
        {
            "start": 868467928,
            "stop": 868468528
        },
        {
            "start": 868468679,
            "stop": 868472219
        }
    ]
}