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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=248",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=246",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 247,
    "results": [
        {
            "start": 838419794,
            "stop": 838420045
        },
        {
            "start": 838420047,
            "stop": 838423371
        },
        {
            "start": 838423373,
            "stop": 838424694
        },
        {
            "start": 838424729,
            "stop": 838425467
        },
        {
            "start": 838425469,
            "stop": 838425981
        },
        {
            "start": 838425983,
            "stop": 838426035
        },
        {
            "start": 838440347,
            "stop": 838441393
        },
        {
            "start": 838441395,
            "stop": 838442514
        },
        {
            "start": 838442515,
            "stop": 838446432
        },
        {
            "start": 838446540,
            "stop": 838449328
        },
        {
            "start": 838452002,
            "stop": 838457379
        },
        {
            "start": 838457381,
            "stop": 838457448
        },
        {
            "start": 838457450,
            "stop": 838457809
        },
        {
            "start": 838458590,
            "stop": 838459520
        },
        {
            "start": 838459522,
            "stop": 838461167
        },
        {
            "start": 838461168,
            "stop": 838461672
        },
        {
            "start": 838467878,
            "stop": 838470732
        },
        {
            "start": 838471006,
            "stop": 838472236
        },
        {
            "start": 838472448,
            "stop": 838475529
        },
        {
            "start": 838477548,
            "stop": 838479531
        }
    ]
}