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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=491",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=489",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 490,
    "results": [
        {
            "start": 957842569,
            "stop": 957849097
        },
        {
            "start": 957852773,
            "stop": 957892239
        },
        {
            "start": 957900371,
            "stop": 957900895
        },
        {
            "start": 957902440,
            "stop": 957903028
        },
        {
            "start": 957904077,
            "stop": 957908817
        },
        {
            "start": 957909801,
            "stop": 957913767
        },
        {
            "start": 957915261,
            "stop": 957915502
        },
        {
            "start": 957917560,
            "stop": 957928411
        },
        {
            "start": 957928414,
            "stop": 957932576
        },
        {
            "start": 957932578,
            "stop": 957972698
        },
        {
            "start": 957977815,
            "stop": 957987996
        },
        {
            "start": 957992387,
            "stop": 958011336
        },
        {
            "start": 958012911,
            "stop": 958022696
        },
        {
            "start": 958024884,
            "stop": 958037774
        },
        {
            "start": 958040365,
            "stop": 958041735
        },
        {
            "start": 958043233,
            "stop": 958082976
        },
        {
            "start": 958084611,
            "stop": 958101127
        },
        {
            "start": 958101130,
            "stop": 958104148
        },
        {
            "start": 958105517,
            "stop": 958119731
        },
        {
            "start": 958121010,
            "stop": 958123787
        }
    ]
}