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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=112",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 113,
    "results": [
        {
            "start": 931513553,
            "stop": 931513580
        },
        {
            "start": 931513584,
            "stop": 931513587
        },
        {
            "start": 931513590,
            "stop": 931513593
        },
        {
            "start": 931513599,
            "stop": 931513601
        },
        {
            "start": 931513604,
            "stop": 931513608
        },
        {
            "start": 931513611,
            "stop": 931513612
        },
        {
            "start": 931513614,
            "stop": 931513615
        },
        {
            "start": 931513618,
            "stop": 931513620
        },
        {
            "start": 931513625,
            "stop": 931513630
        },
        {
            "start": 931513635,
            "stop": 931513642
        },
        {
            "start": 931513646,
            "stop": 931513647
        },
        {
            "start": 931513650,
            "stop": 931513651
        },
        {
            "start": 931513654,
            "stop": 931513659
        },
        {
            "start": 931513662,
            "stop": 931513664
        },
        {
            "start": 931513667,
            "stop": 931513672
        },
        {
            "start": 931513675,
            "stop": 931513677
        },
        {
            "start": 931513681,
            "stop": 931513684
        },
        {
            "start": 931513696,
            "stop": 931513702
        },
        {
            "start": 931513705,
            "stop": 931513716
        },
        {
            "start": 931513724,
            "stop": 931513732
        }
    ]
}