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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7244",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7245,
    "results": [
        {
            "start": 874869886,
            "stop": 874869942
        },
        {
            "start": 874869943,
            "stop": 874869982
        },
        {
            "start": 874869983,
            "stop": 874870038
        },
        {
            "start": 874870039,
            "stop": 874870142
        },
        {
            "start": 874870143,
            "stop": 874870187
        },
        {
            "start": 874870189,
            "stop": 874870245
        },
        {
            "start": 874870246,
            "stop": 874870657
        },
        {
            "start": 874870658,
            "stop": 874870729
        },
        {
            "start": 874870730,
            "stop": 874870858
        },
        {
            "start": 874870860,
            "stop": 874871505
        },
        {
            "start": 874871506,
            "stop": 874871600
        },
        {
            "start": 874871601,
            "stop": 874871658
        },
        {
            "start": 874871659,
            "stop": 874871716
        },
        {
            "start": 874871717,
            "stop": 874871940
        },
        {
            "start": 874871941,
            "stop": 874871944
        },
        {
            "start": 874871945,
            "stop": 874872632
        },
        {
            "start": 874872633,
            "stop": 874872793
        },
        {
            "start": 874872795,
            "stop": 874872877
        },
        {
            "start": 874872878,
            "stop": 874873066
        },
        {
            "start": 874873068,
            "stop": 874873105
        }
    ]
}