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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3425",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3423",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3424,
    "results": [
        {
            "start": 969676472,
            "stop": 969676538
        },
        {
            "start": 969676541,
            "stop": 969676575
        },
        {
            "start": 969676578,
            "stop": 969676627
        },
        {
            "start": 969676630,
            "stop": 969676667
        },
        {
            "start": 969676670,
            "stop": 969676734
        },
        {
            "start": 969676737,
            "stop": 969676783
        },
        {
            "start": 969676797,
            "stop": 969676821
        },
        {
            "start": 969676824,
            "stop": 969676835
        },
        {
            "start": 969676838,
            "stop": 969676897
        },
        {
            "start": 969676900,
            "stop": 969676926
        },
        {
            "start": 969676966,
            "stop": 969676969
        },
        {
            "start": 969676972,
            "stop": 969677104
        },
        {
            "start": 969677107,
            "stop": 969677204
        },
        {
            "start": 969677209,
            "stop": 969677255
        },
        {
            "start": 969677258,
            "stop": 969677296
        },
        {
            "start": 969677299,
            "stop": 969677327
        },
        {
            "start": 969677330,
            "stop": 969677519
        },
        {
            "start": 969677522,
            "stop": 969677543
        },
        {
            "start": 969677546,
            "stop": 969677659
        },
        {
            "start": 969677662,
            "stop": 969677713
        }
    ]
}