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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=270",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 271,
    "results": [
        {
            "start": 931614693,
            "stop": 931614700
        },
        {
            "start": 931614701,
            "stop": 931614716
        },
        {
            "start": 931614718,
            "stop": 931614720
        },
        {
            "start": 931614721,
            "stop": 931614725
        },
        {
            "start": 931614726,
            "stop": 931614728
        },
        {
            "start": 931614732,
            "stop": 931614736
        },
        {
            "start": 931614738,
            "stop": 931614739
        },
        {
            "start": 931614741,
            "stop": 931614742
        },
        {
            "start": 931614743,
            "stop": 931614744
        },
        {
            "start": 931614746,
            "stop": 931614748
        },
        {
            "start": 931614763,
            "stop": 931614765
        },
        {
            "start": 931614767,
            "stop": 931614773
        },
        {
            "start": 931614776,
            "stop": 931614779
        },
        {
            "start": 931614780,
            "stop": 931614782
        },
        {
            "start": 931614784,
            "stop": 931614785
        },
        {
            "start": 931614786,
            "stop": 931614811
        },
        {
            "start": 931614815,
            "stop": 931614819
        },
        {
            "start": 931614821,
            "stop": 931614823
        },
        {
            "start": 931614824,
            "stop": 931614825
        },
        {
            "start": 931614831,
            "stop": 931614834
        }
    ]
}