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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=602",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=600",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 601,
    "results": [
        {
            "start": 1262927911,
            "stop": 1262927939
        },
        {
            "start": 1262927942,
            "stop": 1262927991
        },
        {
            "start": 1262927994,
            "stop": 1262928023
        },
        {
            "start": 1262928026,
            "stop": 1262928071
        },
        {
            "start": 1262928074,
            "stop": 1262928098
        },
        {
            "start": 1262928101,
            "stop": 1262928109
        },
        {
            "start": 1262928112,
            "stop": 1262928118
        },
        {
            "start": 1262928121,
            "stop": 1262928173
        },
        {
            "start": 1262928176,
            "stop": 1262928198
        },
        {
            "start": 1262928201,
            "stop": 1262928213
        },
        {
            "start": 1262928216,
            "stop": 1262928245
        },
        {
            "start": 1262928250,
            "stop": 1262928275
        },
        {
            "start": 1262928278,
            "stop": 1262928304
        },
        {
            "start": 1262928307,
            "stop": 1262928382
        },
        {
            "start": 1262928385,
            "stop": 1262928450
        },
        {
            "start": 1262928453,
            "stop": 1262928523
        },
        {
            "start": 1262928526,
            "stop": 1262928552
        },
        {
            "start": 1262928555,
            "stop": 1262928563
        },
        {
            "start": 1262928566,
            "stop": 1262928643
        },
        {
            "start": 1262928646,
            "stop": 1262928693
        }
    ]
}