Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=9
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=8",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 9,
    "results": [
        {
            "start": 941949005,
            "stop": 941949157
        },
        {
            "start": 942140005,
            "stop": 942140158
        },
        {
            "start": 942144894,
            "stop": 942145006
        },
        {
            "start": 942154941,
            "stop": 942155054
        },
        {
            "start": 942166774,
            "stop": 942166886
        },
        {
            "start": 942389425,
            "stop": 942389578
        },
        {
            "start": 942408033,
            "stop": 942408146
        },
        {
            "start": 942451710,
            "stop": 942451823
        },
        {
            "start": 942476886,
            "stop": 942477047
        },
        {
            "start": 942492646,
            "stop": 942492759
        },
        {
            "start": 942499135,
            "stop": 942499247
        },
        {
            "start": 942575934,
            "stop": 942576046
        },
        {
            "start": 942584477,
            "stop": 942584590
        },
        {
            "start": 942666685,
            "stop": 942666797
        },
        {
            "start": 942750924,
            "stop": 942751077
        },
        {
            "start": 942830621,
            "stop": 942830733
        },
        {
            "start": 942847556,
            "stop": 942847669
        },
        {
            "start": 942886237,
            "stop": 942886349
        },
        {
            "start": 942905068,
            "stop": 942905181
        },
        {
            "start": 942910708,
            "stop": 942910821
        }
    ]
}