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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1656",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1654",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1655,
    "results": [
        {
            "start": 956683136,
            "stop": 956683140
        },
        {
            "start": 956683142,
            "stop": 956683149
        },
        {
            "start": 956683151,
            "stop": 956683156
        },
        {
            "start": 956683158,
            "stop": 956683162
        },
        {
            "start": 956683164,
            "stop": 956683181
        },
        {
            "start": 956683183,
            "stop": 956683185
        },
        {
            "start": 956683187,
            "stop": 956683191
        },
        {
            "start": 956683193,
            "stop": 956683204
        },
        {
            "start": 956683206,
            "stop": 956688649
        },
        {
            "start": 956688651,
            "stop": 956688671
        },
        {
            "start": 956688676,
            "stop": 956688680
        },
        {
            "start": 956688682,
            "stop": 956688761
        },
        {
            "start": 956688763,
            "stop": 956689208
        },
        {
            "start": 956689210,
            "stop": 956689273
        },
        {
            "start": 956689275,
            "stop": 956689457
        },
        {
            "start": 956689459,
            "stop": 956690942
        },
        {
            "start": 956691687,
            "stop": 956692010
        },
        {
            "start": 956692767,
            "stop": 956693674
        },
        {
            "start": 956694552,
            "stop": 956694717
        },
        {
            "start": 956695034,
            "stop": 956705190
        }
    ]
}