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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5137",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5135",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5136,
    "results": [
        {
            "start": 1136990795,
            "stop": 1136990803
        },
        {
            "start": 1136990805,
            "stop": 1136990818
        },
        {
            "start": 1136990820,
            "stop": 1136990872
        },
        {
            "start": 1136990874,
            "stop": 1136990885
        },
        {
            "start": 1136990888,
            "stop": 1136990910
        },
        {
            "start": 1136990914,
            "stop": 1136990983
        },
        {
            "start": 1136990985,
            "stop": 1136990993
        },
        {
            "start": 1136990995,
            "stop": 1136991006
        },
        {
            "start": 1136991008,
            "stop": 1136991016
        },
        {
            "start": 1136991018,
            "stop": 1136991028
        },
        {
            "start": 1136991030,
            "stop": 1136991038
        },
        {
            "start": 1136991039,
            "stop": 1136991057
        },
        {
            "start": 1136991059,
            "stop": 1136991064
        },
        {
            "start": 1136991066,
            "stop": 1136991087
        },
        {
            "start": 1136991088,
            "stop": 1136991143
        },
        {
            "start": 1136991145,
            "stop": 1136991147
        },
        {
            "start": 1136991149,
            "stop": 1136991150
        },
        {
            "start": 1136991152,
            "stop": 1136991169
        },
        {
            "start": 1136991171,
            "stop": 1136991179
        },
        {
            "start": 1136991180,
            "stop": 1136991181
        }
    ]
}